Differences between revisions 1 and 2
Revision 1 as of 2016-04-05 15:49:20
Size: 158
Editor: scot
Comment:
Revision 2 as of 2024-07-31 23:53:48
Size: 253
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

Using pdftk:

{{{#!highlight bash
pdftk doc1.pdf doc2.pdf ... cat output merged.pdf
}}}

pdfjoin script

   1 #!/bin/bash
   2 #
   3 gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf...

Using pdftk:

   1 pdftk doc1.pdf doc2.pdf ... cat output merged.pdf

Scripts/pdfjoin (last edited 2024-07-31 23:53:48 by scot)