PHP Forums Archive

Is TCPDF the Right Tool?

Tags: import, TCPDF, fpdi

chivalry posted on 2010-09-27 19:24:06 #

I noted Olaf's tutorial regarding the user of TCPDF. I'm need to do the following: Given a specific existing PDF file, take note of the page count and insert all of the pages in the file into another existing PDF document, adding a new header and footer, reducing the size of the inserted pages enough to make room for the header and footer. Is TCPDF the right tool for this and if so, can you point me to the relevant methods I need? I have looked through the documentation, but haven't found what I was looking for.

Thanks,
Chuck

Comments / discussions

Olaf posted on 2010-09-27 20:02:44 #

Hi Chuck and welcome!

That's pretty strange TCPDF doesn't provide an import function, but I found something for you. Check this page: http://www.setasign.de/products/pdf-php-solutions/fpdi/

I used fpdi in the past together with fpdf and that worked pretty goed

chivalry posted on 2010-09-27 22:55:41 #

Thanks very much. I'll try experimenting with FPDFI.

Chuck