fillpdf
fillpdf copied to clipboard
Check box selection using fillpdf
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
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.