myokyawhtun / PDFMerger

PDFMerger compatible for PHP 5, PHP 7, and PHP 8
238 stars 272 forks source link

Adding images after adding pdf files #26

Open taxidev opened 7 years ago

taxidev commented 7 years ago

It looks like, with the help of the tcpdf library, we should be able to merge images also. But there is no indication of the syntax for doing this from within the PDFMerger class object. Please provide an example. Thank you.

taxidev commented 7 years ago

Just for clarification, I need to merge 2 or more pdf files first, and then add images to the end. But I can't see how to do that. It seems once the pdf files are merged they are also saved as a file. So I would have to be able to open the merged pdf file and add the images. That's where it isn't clear.