fillpdf icon indicating copy to clipboard operation
fillpdf copied to clipboard

Check box selection using fillpdf

Open rajban94 opened this issue 2 years ago • 1 comments

I have a fillable pdf with few check boxes for language. So i need to check the language by fitting the data into data_dict. I have tried but it's not updating for different languages. I have seen in the pypi check box is in queue for future work. So is it implemented? If yes can you please let me know how can i select different check box by giving the value in data_dict

rajban94 avatar Feb 09 '23 08:02 rajban94

You have to set the dict to either "Yes", "On" or "1" to check a checkbox. "1" probably works best. It depends on what kind of PDF you are using.

Kucki2018 avatar Mar 17 '23 12:03 Kucki2018