pyfpdf icon indicating copy to clipboard operation
pyfpdf copied to clipboard

How to use FPDF to open a PDF file

Open czly opened this issue 9 years ago • 2 comments

How to use FPDF to open a PDF file?

czly avatar Feb 17 '17 18:02 czly

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...

  1. 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.

mbntex avatar Oct 16 '18 17:10 mbntex

Is there any binding for python ? Or php integration tuto ?

CartierPierre avatar Apr 02 '19 07:04 CartierPierre