pypdftk icon indicating copy to clipboard operation
pypdftk copied to clipboard

Python module to drive the awesome pdftk binary.

Results 19 pypdftk issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to add the background option in your package as ![image](https://user-images.githubusercontent.com/87163807/155037437-c281aca0-0f58-4e27-b497-983ec3af3044.png) https://stackabuse.com/working-with-pdfs-in-python-adding-images-and-watermarks/ Adding a Watermark via Command Line with pdftk

I had an AWS Lambda Function that ran on pypdftk 0.4, and Python 2.7 Both versions are deprecated and I need to update.

Replace potential XML valid symbols that intefer with rendering a pdf

Adding flatten only feature without filling forms. @revolunet When I was trying to flatten some multilayer PDFs using **fill_form()** (passing datas argument as blank), it is showing a warning(screenshot attached)....

Working with your library extensively today (it's great!), I noticed that whenever the pdftk subprocess crashes, some artifacts are not being cleaned up from `/tmp`. Here is a proof that...

While debugging issue #37 , I noticed that dump_data_fields does not support multi-line FieldValues atm. This is due to the logic in `run_command` where the result of `check_output` is split...

If my filename contains one or more spaces (or, I suppose, any character the shell considers special), the program throws an error: ``` In [19]: fieldlist = pypdftk.dump_data_fields("test file.pdf") Error:...

bug

I am looking for a way to embed images in the fillable PDF. Is there any possibility with this?

My version of pdftk (3.0.2) has both a dump_data_fields and a dump_data_fields_utf8. The former does not output accent correctly while the later does the job as expected. Could/should it be...