I just setup wkhtmltopdf to take html docs and turn them into pdfs but now I need a way to combine the multiple pdfs.
Any suggestions?
We do have pdflib license if there is something it can do but seems its mainly an api for custom building pdfs.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you got
wkhtmltopdfI suppose you’re using Linux and you got a root shell access.You could use Pdftk Toolkit via
system()orexec().First install it. It’s a package in Debian/Ubuntu, for example:
Then make sure that’s visible in your bin search PATH.
And a simple PHP snippet: