Append one PDF file to another

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Append one PDF file to another

Post by JakeJ »

I have a pdf file that is generated using TCPDF. In order to break up the script in to pieces that aren't going to time out on me, I would like to create a separate pdf file and then append the second one to the first one.

I haven't found a way to do this using tcpdf specifically but i was hoping someone might have a script that will do that.

Thanks!
Post Reply