Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

Combining PDFs

  Date: Feb 15    Category: Unix / Linux / Ubuntu    Views: 273
  

Is there a preferred program for combining a bunch of smaller PDF files
into one big PDF?

Share: 

 

4 Answers Found

 
Answer #1    Answered On: Feb 15    

You can install pdftk and do it from the commandline.

Split large pdf into many one-page files: pdftk largepdfile.pdf burst
Merge files into one PDF file: pdftk *.pdf cat output onelargepdfile.pdf

There are many more commands that will do more things. Try: pdftk --help

I think that ghostscript will also do the trick, but have never used it.
There is also PDF Split and Merge which I have never used.
www.brighthub.com/.../14795.aspx
http://www.youtube.com/watch?v=eQoOk5Xbt3M

I have used this a long time ago. I am not sure if it will still work:
sourceforge.net/.../

Good luck. Please report back. I have not done this in some time so am
interested in your results.

 
Answer #2    Answered On: Feb 15    

I have used pdfsam (pdf split and merge) and pdfmod.
Both do the job well. I installed them in the software center.

 
Answer #3    Answered On: Feb 15    

try pdftk its command line and very simple :

pdftk *.pdf cat new.pdf

Take a look at :

maketecheasier.com/.../22

It gives more info.

 
Answer #4    Answered On: Feb 15    

I should have said :

pdftk *.pdf cat output new.pdf

 
Didn't find what you were looking for? Find more on Combining PDFs Or get search suggestion and latest updates.




Tagged: