Jon AtkinsonI'm a web developer and system administrator

Posts tagged with 'pdf'

Joining PDFs with Ghostscript

Posted on 11th November 2008. Tagged as tips, pdf

If you need to join together a large amount of PDF files, but don't particularly want to pay for Acrobat Pro, Ghostscript can do the same.

First, download Ghostscript, then build it in the usual manner:

tar xjf ghostscript-xxx.tar.bz2
cd ghostscript-xxx
./configure --prefix=/usr/local
make
sudo make install

Then you can join multiple PDF files like this:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf input1.pdf input2.pdf

Twitter

About Me

Picture of Jon Atkinson

Jon Atkinson is a web developer, sysadmin and occasional business guy. He works in the north west of England.

Jon can be contacted at , or on freenode as JonA. Also available: twitter, LinkedIn and Github.

My Company

Testled logo

I'm a director of Testled, a company which provides bespoke web and mobile development for all kinds of businesses.

If you're interested in working with me, take a look, then contact me via Testled.