Hey there,
I'm trying to find another way to join multiple PDF files into one. At the moment I'm doing it on my localhost using exec() and pdftk, but my webhost doesn't support exec().
Any suggestions?PHP Code:exec("pdftk 1.pdf 2.pdf 3.pdf cat output output.pdf");
Thanks.







Bookmarks