Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Michael Jackson
On Mar 29, 2013, at 3:07 PM, Jeff Tranter wrote: > On 13-03-29 01:37 PM, Dan White wrote: >> This might also be of interest: >> http://doc.qt.digia.com/qq/qq27-poppler.html >> >> On Mar 29, 2013, at 10:21 AM, warg...@gmx.de wrote: >> >>> >>> Wow, thank you. I did not now of this API. Not that

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Jeff Tranter
On 13-03-29 01:37 PM, Dan White wrote: > This might also be of interest: > http://doc.qt.digia.com/qq/qq27-poppler.html > > On Mar 29, 2013, at 10:21 AM, warg...@gmx.de wrote: > >> >> Wow, thank you. I did not now of this API. Not that I need it _now_, but >> it certainly will come handy sooner or

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Dan White
This might also be of interest: http://doc.qt.digia.com/qq/qq27-poppler.html On Mar 29, 2013, at 10:21 AM, warg...@gmx.de wrote: > > Wow, thank you. I did not now of this API. Not that I need it _now_, but > it certainly will come handy sooner or later. > > Guido > >> Also, note that there is

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread wargand
Wow, thank you. I did not now of this API. Not that I need it _now_, but it certainly will come handy sooner or later. Guido > Also, note that there is the Qt-style API in Poppler. I think that > last versions support PDF manipulation as well as rendering: > > http://people.freedesktop.org/~aac

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Michael Jackson
On Mar 29, 2013, at 4:44 AM, Alejandro Exojo wrote: > 2013/3/28 Michael Jackson : >> 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 con

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Guido Seifert
Don't be surprised. Writing PDFs is not too difficult. At least not for the base functionality. Rendering PDFs is a totally different thing. Far beyond the scope of what Qt is. Maybe libpoppler could be integrated as 3rd party software into Qt, but I don't know this is possible or even desirable.

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Michael Jackson
On Mar 29, 2013, at 4:44 AM, Alejandro Exojo wrote: > 2013/3/28 Michael Jackson : >> 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 con

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Alejandro Exojo
2013/3/28 Michael Jackson : > 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 A