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?
Share
You can try this FPDI. This one is help you i think.