[Interest] Combine PDF files into a single PDF File
Robert Wood
robert.wood at apostrophe.co.uk
Thu Mar 28 19:12:23 CET 2013
Don't know about specifically with Qt, but you can use the command line
tool pdfkt in the following way:
pdftk *.pdf cat output concatenated.pdf
You end up with a file called concatenated.pdf
You can do other tricks.
You can run that from Qt I am sure and end up with what you want.
It's in Linux repositories.
On 28/03/13 18:06, Michael Jackson wrote:
> I would like to take a bunch of PDF files and combine them into a single PDF file. Would this be possible with Qt? I see where I can print an HTML file to a PDF but I have 60 html files that I want to convert into a single PDF file.
>
> Thanks for any pointers
> ---
> Mike Jackson
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
More information about the Interest
mailing list