Tagged Questions
2
votes
4answers
3k views
Creating a new Pdf by Merging Pdf documents using TCPDF [php]
How can I create a new document using other pdfs that I'm generating?
I have methods to create some documents, and I want to merge them all in a big pdf, how can I do that with TCPDF?
I do not want ...