Gottox / node-pdfutils

tool for analyzing and converting PDF
104 stars 23 forks source link

Example for concatenating PDF's and delivering as a download #13

Open wmbutler opened 10 years ago

wmbutler commented 10 years ago

Is there any chance you could provide an example for concatenating individual PDF's (for instance stored on a fileserver), and delivering them as a download to a browser? I'm working my way through it but have a few conceptual issues with how to combine documents.

Gottox commented 10 years ago

Hi!

Unfortunately, concatinating Multiple Pages is not supported yet. But it is planed for the 0.4 release.

As a workaround you can convert individual pages to pdf and concat them using pdfunite which can be found in poppler-utils.

wmbutler commented 10 years ago

I'm willing to pay a bounty for this. What do you think is a fair price?— Sent from Mailbox

On Wed, Jun 4, 2014 at 1:01 AM, Enno Boland notifications@github.com wrote:

Hi! Unfortunately, concatinating Multiple Pages is not supported yet. But it is planed for the 0.4 release.

As a workaround you can convert individual pages to pdf and concat them using pdfunite which can be found in poppler-utils.

Reply to this email directly or view it on GitHub: https://github.com/Gottox/node-pdfutils/issues/13#issuecomment-45054288