PDF Creation and ManipulationCommand Name: gsDescription:Combine multiple PDF files into one file.gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=[output file name].pdf [List of PDFs to combine]
Example:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf
| ||
