views:

57

answers:

1

Going to be getting a single PDF that has been created by 'merging' multiple pdf's. When I view the merged PDF each single PDF is displayed as a bookmark.

Is there any way to automatically split this up by bookmarks with a script?

We would not know the page numbers, so that's not an option.

Linux tool would be preferred.

+1  A: 

you have programs that are built like pdf-split that can do that for you:

A-PDF Split is a very simple, lightning-quick desktop utility program that lets you split any Acrobat pdf file into smaller pdf files. It provides complete flexibility and user control in terms of how files are split and how the split output files are uniquely named. A-PDF Split provides numerous alternatives for how your large files are split - by pages, by bookmarks and by odd/even page. Even you can extract or remove part of a PDF file. A-PDF Split also offers advanced defined splits that can be saved and later imported for use with repetitive file-splitting tasks. A-PDF Split represents the ultimate in file splitting flexibility to suit every need.

A-PDF Split works with password-protected pdf files, and can apply various pdf security features to the split output files. If needed, you can recombine the generated split files with other pdf files using a utility such as A-PDF Merger to form new composite pdf files.

A-PDF Split does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above.

edit*

also found a free open sourced program Here if you do not want to pay.

Justin Gregoire
Any Linux programs that are similar to A-PDF Split?
Jason
@Jason http://linux.softpedia.com/get/Printing/Pdfsam-40703.shtml this is a link to pdfsam, but you can go to the main page, the second link in my post, this is supposed to be compatible with linux.
Justin Gregoire