Simple Recipe for PDF Stitching
Posted on | April 28, 2010 | No Comments
I found this little recipe on how to merge several PDF documents into one, using Ghostscript. Super simple:
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=merged.pdf pdf1.pdf pdf2.pdf . . . pdfx.pdf
Several other recipes can be found in here: Putting together PDF Files.
Comments
Leave a Reply














