Combine PDF Files Linux How to:
To Combine a set of PDF files to a single file in linux, the following
command may be used.
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=Output.pdf *.pdf
*.pdf -> Input PDF Files
Output.pdf -> Combined PDF File
Reference:
http://www.linux.com/news/software/applications/8229-putting-together-pdf-files
To Combine a set of PDF files to a single file in linux, the following
command may be used.
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=Output.pdf *.pdf
*.pdf -> Input PDF Files
Output.pdf -> Combined PDF File
Reference:
http://www.linux.com/news/software/applications/8229-putting-together-pdf-files
No comments:
Post a Comment