pyfpdf
pyfpdf copied to clipboard
How to use FPDF to open a PDF file
How to use FPDF to open a PDF file?
I had the same question. Unfortunately, it appears that you cannot do this without a PHP only module.
http://www.fpdf.org/ go to FAQ and...
- Can I modify a PDF with FPDF? It's possible to import pages from an existing PDF document thanks to the FPDI extension. Then you can add some content to them.
FPDI is located at https://www.setasign.com/products/fpdi/demos/concatenate-fake/ But is it PHP only.
Is there any binding for python ? Or php integration tuto ?