Combine pdf files

Various Linux Stuff
Post Reply
thockman
Site Admin
Posts: 104
Joined: Thu Dec 15, 2005 5:51 pm
Location: Kansas City
Contact:

Combine pdf files

Post by thockman » Mon Jan 20, 2014 4:47 pm

Here is a few ideas for combining pdf files via linux.
The below code will use ghostscript to create a pdf named indexp.pdf from all pdf files in the current directory.
They will be ordered by file name.

Code: Select all

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=indexp.pdf *.pdf
You can also use pdfjoin from pdfjam install.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest