PyPDFForm
PyPDFForm copied to clipboard
:fire: The Python library for PDF forms.
Hello, Your library is really nice and easy to use. I have an issue with `FormWrapper`. When I fill with `FormWrapper`, the content of filled fields only appear on click....
Some of programmers are new and they don't know how to contribute. If we add describe the contribution process step by step, It would help them to contribute easily.
Draw Text Font Size can be changed?
Hi [chinapandaman](https://github.com/chinapandaman) First and foremost, I want to thank you for this library, it is currently the most promising tool for what I'm trying to create. I was able to...
Hello there, It seems that the package has difficulties identifying and filling image selection fields. Here's an example of file with such field: https://www.liguepulmonaire.ch/sites/default/files/documents/verordnungsformular_4f.pdf That's a prescription template. It detects...
I am trying to insert an signature image to the PDF but instead of the image, it just inserts the name of the file , Any help would be great
The error appears both when using PdfWrapper and FromWrapper, but with a different behavior. Here is the test pdf file: https://www.cdc.gov/infectioncontrol/pdf/icar/IPC-demo-LTC-508.pdf Loading the file shows this in the console: ```...