Creating a new Pdf by Merging Pdf documents using TCPDF [php]
- by LuRsT
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 to use other libs.