0

I am using fpdf to dynamically build a pdf and add some data to it. I now need to merge the created pdf with a different pdf so that the pdf Im merging with (which is a single page) is inserted as page 1 with the rest of the dynamically created pdf after it. Any ideas on how to use fpdf to do this?

Mangala Edirisinghe
  • 1,111
  • 2
  • 15
  • 32
Steve Smith
  • 734
  • 6
  • 14
  • 29

2 Answers2

0

There has been a similar question, where a user tries to merge 10 pdf files. The answers provide a PHP method and a shell method - either one should work. Have a look!

Community
  • 1
  • 1
Joost
  • 4,094
  • 3
  • 27
  • 58
0

You can try this FPDI. This one is help you i think.

Prasath Albert
  • 1,447
  • 10
  • 20