I have a PDF document with over 300 pages. I need to add 15 pages in between - after page 180. How can I do it?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You could use pdftk from the commandline:
Or if you want a GUI you could use PDFsam (PDF split and merge), PDFjam or jPDFTweak. (PDF Shuffler has already been mentioned.) |
|||||||
|
PDF-Shuffler
PDF Shuffler is an ideal application for this. It allows you to import several PDF files and rearrange the pages. You can also delete the pages you don't wish to keep in the output PDF.
|
||||
|
|
|
PdfMod works well if you prefer to use a GUI. Install it by typing: sudo apt-get install pdfmod |
|||
|
|
|
You can try: uPdf You can add blanck pages, or pages from other documents or insert images, or text. sudo add-apt-repository ppa:atareao/updf sudo apt-get update sudo apt-get install updf |
|||
|
|

