I'm not finding in the documentation where to take 2 PDFs and combine them into 1 file where image1.pdf will be page 1 and image2.pdf will be page2.
Is this even possible?
I see documentation where you can pull images and do a lot of processing FROM a multi-page PDF but not on how to combine them.
**This seems to have worked but with major loss of quality. I'm sure there is a way to combine without touching PDF quality, density, degradation, etc.
exec("convert image1.pdf image2.pdf combined.pdf");