NexPlex

Results 2 comments of NexPlex

Great package [odahcam](https://github.com/odahcam)! Thank you [NilsEngelbach](https://github.com/NilsEngelbach) very helpful!!!. Using your code was the only way for me to read the PDF147 with an iPhone. Everyone else, you need to create...

here is my work around. I updated def write_fillable_pdf(input_pdf_path, output_pdf_path, data_dict, flatten=False): after for each, I added this check. if annotation[ANNOT_FORM_options] or ( each['/Parent'] and each['/Parent']['/Opt']): Like this. I will...