0

I have a page where I have individual links to dynamically create individual PDF files using TCPDF and it is working without any problem.

My challenge is that I now want to provide a link which when clicked, creates a single PDF file that combines all the individual PDF reports into one.

can anyone point me to the right direction?

Benjie
  • 9
  • 2
  • 1
    if you realy want to use php, use fpdi for it ... create a new pdf with x pages and fill each pages with the page of the single pdfs see here http://stackoverflow.com/questions/1418945/tcpdf-start-with-existing-pdf-document – donald123 Jul 20 '15 at 11:41
  • you can user pdftk for that https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ – Disha V. Jul 20 '15 at 11:45
  • Thanks @Donald123. I will be trying it out soon and give feedback. Disha, thank you too. However I want to do it in php, not using a standalone application – Benjie Jul 25 '15 at 10:49

0 Answers0