Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Feb 15 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   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.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

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


Tagged: