Concatenate multiple PDF files

From gr0x0rd
Revision as of 14:00, 15 January 2021 by Gr0x0rd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This can be done using the ghostscript binary, likely already installed:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf fileN.pdf