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.
|
feedback
|
|
Hi i think TCPDF is not able to merge pdf files. You can try it with an shell command and So you dont have to use an other pdf library. | |||
feedback
|
|
Check out FPDI and FPDF_TPL. This isn't a perfect solution, but you can basically use FPDF_TPL to create a template of your PDF file and the insert it into your PDF file. | |||
feedback
|
|
This solution works pretty well: http://neo22s.com/concatenate-pdf-in-php/ | |||
|
feedback
|
|
Why don't you use Zend_PDF, it 's really a very good way to merge file.
| ||||
|
feedback
|