createPDF - combine PDFs
5 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 11, 2012 (RSS)
By rjbathgate - June 7, 2012
This is a long shot, but is there anyway to use the createPDF function to create one PDF output from multiple pdfs...
I.e. I upload PDF files x and y, and also create PDF Z from HTML using createPDF...
I want to then output one single PDF, of X, Y and Z.
I can do that locally, but want to be able to automate it online...
Any ideas?!
Thanks
Re: [rjbathgate] createPDF - combine PDFs
By Dave - June 7, 2012
Not that I know of. You could try embedding the PDFs in an HTML page with <object> or <embed> and calling createPDF on that page, or finding a command line linux app to merge multiple pdfs.
Let me know if you make any progress with this.
interactivetools.com
Re: [Dave] createPDF - combine PDFs
By rjbathgate - June 7, 2012
Have tried embed and object and neither work when running createPDF on it unfortunately.
Going to try 3rd party pdf displaying scripts and see if they rock any better results - will report back after the weekend!
Cheers
Re: [rjbathgate] createPDF - combine PDFs
By Toledoh - June 7, 2012
This may help though: http://stackoverflow.com/questions/9135109/wkhtmltopdf-add-content-to-the-bottom-of-the-last-page
Tim (toledoh.com.au)
Re: [Toledoh] createPDF - combine PDFs
By rjbathgate - June 11, 2012
Thanks thou :)