Need an App to combine 25 PDF files into one

  • Thread starter Thread starter Howard Capers
  • Start date Start date
H

Howard Capers

Hi, all!

I am in need of an application that will enable me to combine 25 PDF
files into one (book-like) PDF document. Is there such an animal? Is
it easy to operate? :)

Thank you!

Howard Capers
 
Hi - Try pdftk (http://www.accesspdf.com/pdftk/), which was written by
the author of the O'Reilly pdf hacks book. It's free and works on
Windows, Linux/Unix, and Macintosh.

For example, the syntax for combining 3 files is
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

The web site listed above has a link to a GUI for pdftk, but I find it
easier to just use the command line.

Good luck!
Luke
 
Hi - Try pdftk (http://www.accesspdf.com/pdftk/), which was written by
the author of the O'Reilly pdf hacks book. It's free and works on
Windows, Linux/Unix, and Macintosh.

For example, the syntax for combining 3 files is
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

The web site listed above has a link to a GUI for pdftk, but I find it
easier to just use the command line.

Good luck!
Luke

Worked like a charm! Thanks very much!

Howard
 
Back
Top