FDF - how to check a checkbox?

前端 未结 6 2228
醉酒成梦
醉酒成梦 2020-12-14 10:22

I\'m using FDF to populate a PDF template. On my PDF template, I have a checkbox and radio field called c1 and r1 respectively. What\'s the syntax I should use in my FDF f

6条回答
  •  北海茫月
    2020-12-14 10:43

    I found the answer. To check, use

    <>
    

    To turn off, use

    <>
    

    I found the answer on this page: http://www.4dcodeexchange.net/fdfformbuilder.htm

    Excerpt

    Checkboxes come in 2 flavors grouped and individual. Individual checkboxes will usually have a value of "Yes" or "Off". Grouped checkboxes are different in that each checkbox will have its own value. If you have problems with your FDF, look here first.

提交回复
热议问题