Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Split PDF with Bookmarks

New Here ,
Mar 10, 2016 Mar 10, 2016

Hey Guys

I am working with PDF documents that have multiple invoices in one PDF. What I would like to do is use Acrobat's split feature using Top Level bookmarks. The problem is that some of the invoices are 1 of 2 pages, so I want those two pages to be split into one document.

Is there a way I can assign two pages to one bookmark so the invoices with more than 1 page will be split into their own document?

Thank you for the help.

TOPICS
Acrobat SDK and JavaScript
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 10, 2016 Mar 10, 2016

Never mind, figured it out

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 27, 2016 Jul 27, 2016

Can I ask how you figured it out?  I have a document with 64 bookmarks and when I try to 'split document by top-level bookmarks' it splits with only one document???  Is the top-level bookmark the root?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 27, 2016 Jul 27, 2016
LATEST

If you want to split a file by the lowest-level bookmarks then you can use a script, like this one I've developed:

Custom-made Adobe Scripts: Acrobat -- Extract Lowest-Level Bookmarks

Alternatively, you can move all of your bookmarks to the top-most level (manually, or by using a script), and then use the built-in function to split the file by them.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines