fillpdf icon indicating copy to clipboard operation
fillpdf copied to clipboard

A python library to make filling pdfs much easier

Results 46 fillpdf issues
Sort by recently updated
recently updated
newest added

Thank you for this library. I am delighted to have found it. Overall, it is working really well. Did I mention I'm delighted to have found it? The only issue...

Hello - i try to read an edit the attached pdf using the module - Reading with ` workPDF = fillpdfs.get_form_fields(fn)` and writing with `fillpdfs.write_fillable_pdf(fn, fnOut, workPDF, flatten=False)` works generally...

For my use case, I am listing course credits in a PDF with only 13 rows in the table. If a user has more than 13 credits, I would like...

If you were to have a large body style input, that in the form itself would wrap multi line, flattening makes it all one line and center to the body...

I have fields for the same thing on different pages, but the program seems to crash when the program tries to read the PDF during the read/write dictionary to PDF...

Maybe it could be better if it either threw custom exception or skipped this part and gracefully finished the rest of flattening? ``` /usr/local/lib/python3.8/site-packages/fillpdf/fillpdfs.py in flatten_pdf(input_pdf_path, output_pdf_path, as_images) 100 for...

Hi, Great work. I am trying to design a PDF form to use with your script. However whenever i try to run the same, i am not able to get...

Changes to support passing additional arguments to fitz save. The use case was to support using `incremental=True` and edit a PDF file without outputting to a new.

Hello after the update I have this error TypeError: 'NoneType' object is not subscriptable when i use "write_fillable_pdf" method at line: `key = target['/Parent'][ANNOT_FIELD_KEY][1:-1] + '.' + key`

Dear t-houssian! Is there a way to direct the filled fields to be processed by Acrobat Reader\Chrome's PDF Viewer as right to left? Now by default they are left to...