Results 1 to 8 of 8
Hi
My partner has a lot of PDF files saved. She would like to combine some of them into single files. Any recomendations for applications to do this?
Thanks
Mike...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-25-2009 #1Linux Newbie
- Join Date
- May 2009
- Location
- Oxfordshire, UK
- Posts
- 180
Application to combine PDF files?
Hi
My partner has a lot of PDF files saved. She would like to combine some of them into single files. Any recomendations for applications to do this?
Thanks
MikeUbuntu Lucid 10.10
- 10-25-2009 #2
Take a look at the suggestions here. Hopefully you will find something that will help.
- 10-26-2009 #3Linux Newbie
- Join Date
- May 2009
- Location
- Oxfordshire, UK
- Posts
- 180
- 10-26-2009 #4Linux Newbie
- Join Date
- May 2009
- Location
- Oxfordshire, UK
- Posts
- 180
Anyone used PDFSAM to merge pdf's? I added that but couldn't get it to work!
MikeUbuntu Lucid 10.10
- 10-26-2009 #5Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
Copy the files into a single directory, and:
OK, you want a GUI, but it's prettey easy to make a script of this... or at least could be useful for other peopleCode:for file in *.pdf; do pdf2ps $file; done; cat *.ps > allcontent.ps ps2pdf allcontent.ps
EOF
- 10-30-2009 #6Linux Newbie
- Join Date
- May 2009
- Location
- Oxfordshire, UK
- Posts
- 180
- 10-30-2009 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 20
You could try giving PDF-Shuffler a try. I haven't used it, there is a blog entry regarding it, with youtube vid even, but guess I haven't posted here enough to include a URL. I should fix that, huh?

Anyhow if you google PDF-Shuffler, you'll find it. Looks pretty intuitive.
To find the blog post I read, google
bigbrovar PDF Shuffler
Let me know how it works.

James
- 10-31-2009 #8Linux Newbie
- Join Date
- May 2009
- Location
- Oxfordshire, UK
- Posts
- 180




