rammie / pdfjinja

Use jinja templates to fill and sign pdf forms.
http://rammie.github.io/pdfjinja
MIT License
87 stars 35 forks source link

Check box not working #5

Open jesserobles opened 7 years ago

jesserobles commented 7 years ago

Hi,

I'm having trouble getting check box to be checked. I tried the example, and it will not check the box.

Thanks

moccand commented 6 years ago

I can get the checkbox checked by setting the good value : see the value to be use in the checkbox properties, "options" tab, the default value is shown (it change depending on the locals used when creating the PDF)

unixxxx commented 6 years ago

what's the good value? I tried boolean values but it's not working. Any suggestions?

powzer commented 4 years ago

I've found that using 'On'/'Off' for checkboxes works.

efka84 commented 4 years ago

To get the languages right, change the tooltip values to:

{{ language.french | check }}, {{ language.esperanto | check }}, {{ language.latin | check }}

This can be done for example with Adobe Acrobat Pro with File>>Create>>CreateForm>>Start