chinapandaman / PyPDFForm

:fire: The Python library for PDF forms.
https://chinapandaman.github.io/PyPDFForm/
MIT License
313 stars 10 forks source link

Fields are no longer editable #654

Open ahussain3 opened 1 week ago

ahussain3 commented 1 week ago

Thanks for creating this library!

I tried to fill in this form: https://www.uscis.gov/sites/default/files/document/forms/i-129.pdf using the library.

It worked well at extracting the relevant fields, and I will able to fill them in with PdfWrapper().fill(). I love the ease of use of this library.

However, I noticed that the PDF is no longer "editable" using Apple Preview, or the PDF viewer in my Chrome browser. The fields were editable before, and remain editable if I fill them in using something like PyPDF2.

chinapandaman commented 1 week ago

Try this: https://chinapandaman.github.io/PyPDFForm/simple_fill/

ahussain3 commented 1 week ago

That worked! Thanks for the quick response 🙏🏼