Combining PDF's

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rottmanj

Combining PDF's

Post by rottmanj »

Right now on our server, we have several pdf files that are split into separate pages. What I was asked to do is, to create an overall pdf containing these pages.

As of yet, I haven't been able to figure out how to combine multiple pdf files into one pdf. Can someone point me in the right direction on how to do this?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Combining PDF's

Post by anthony »

IM is not the right tool for this.
http://www.imagemagick.org/Usage/formats/#vector
Also see PDF format handling alternatives...
http://www.imagemagick.org/Usage/formats/#pdf
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply