diff bin/pdfconcat @ 0:8f7e68d54c6d

initial commit: should be already usable
author markus schnalke <meillo@marmaro.de>
date Thu, 29 Aug 2013 13:58:17 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/pdfconcat	Thu Aug 29 13:58:17 2013 +0200
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# concatenate the given PDF files to stdout
+
+gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=- "$@"