Return to Snippet

Revision: 6563
at May 30, 2008 15:36 by cczona


Initial Code
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=combined.pdf first-input.pdf second-input.pdf

Initial URL

                                

Initial Description
There's a GUI tool, called Combine PDF, which purports to do the same thing.  But the output loses text searchability.  Whereas this method preserves searchability.

NOTE: you may need to do 'sudo port install ghostscript' first

Initial Title
Combine PDFs with Ghostscript

Initial Tags

                                

Initial Language
Bash