Ubuntu Linux : How to combine multiple PDF file
Posted by mypapit on 14 Dec 2007 in Tips & Guides, Ubuntu/Debian
|
|
Here's how to combine multiple PDF file on Ubuntu.
First install ghostscript and pdftk from Ubuntu repository :
apt-get install gs pdftk
Then, using ghostscript, combile all the pdf files you desired into one file, using this command
CODE:
-
s -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined_file.pdf -dBATCH file1.pdf file2.pdf file3.pdf
The command will produced the combined pdf output on "combine_file.pdf"
Tags: acrobat, adobe acrobat, document, ghostscript, linux, opensource, pdf, reader, ubuntuKeep updated with this website! : Subscribe to your email
Recommended Reading
- RSS2PDF - Free Online RSS and Atom to PDF Generator
- How to Start a Business / Panduan Memulakan Perniagaan
- Upcoming OpenOffice.org 3.0 supports Microsoft OpenXML (docx) out of the box
- PHP - Generate PDF on-the-fly with FPDF
- Generate Ubuntu apt-get Source.lst automatically
- INSERT : Linux Security and Rescue LiveCD
- How to add Linux Swap file if you don’t have Swap Partition














Leave a Comment