CodeIgniter Forums
dompdf - How can I add a page to existing pdf file?. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: dompdf - How can I add a page to existing pdf file?. (/showthread.php?tid=18042)



dompdf - How can I add a page to existing pdf file?. - El Forum - 04-23-2009

[eluser]jgodino[/eluser]
Hello:

I need to add a page to an existing pdf file.
Is it posible with the library dompdf?
Someone did it?

Thanks

Javier


dompdf - How can I add a page to existing pdf file?. - El Forum - 04-24-2009

[eluser]Mike Ryan[/eluser]
Hi Javier,

AFAIK this is not possible with dompdf. You will need to create your dompdf file, then find a way to merge the two PDFs in a separate process. How you do this will depend on your operating system - if it's Linux I might be able to help.