Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Ruben_Gerald@adobeforums.com #1
How to Split a single PDF document intomultiple PDF documents in VB.Net?
Hi,
I am using Adobe Acrobat Standard 7.I just need to split a huge pdf file into multiple pdf files.This needs to be done in VB.Net.Do we have any methods in Acrobat for doing this?Thanks in advance!
Ruben_Gerald@adobeforums.com Guest
-
split single pdf doc to many based on line/column
Can anyone share with me a method of splitting a single PDF document into multiple PDF documents based a value in a particular location(i.e.,... -
single document to cover an installation/upgrade?
I run a webserver with ColdFusion. I have to say in advance, this is NOT my only job function, so I can't totally immerse myself in ColdFusion --... -
How do I break a large document into smaller documents
Hi, Using InDesign cs, if I have one document that is 200 pages long and I would like to break it into separate chapters and then recombine it into... -
Converting a multiple page PDF to a single TIFF document
www.imagemagick.org also provides exellent, free, tools for working with tiff files etc -
opening multiple images in a single document
Is there any way of automating the task of opening several different images in one document? -
Leonard_Rosenthol@adobeforums.com #2
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
Sure. Download the Acrobat SDK and look at the samples...
Leonard_Rosenthol@adobeforums.com Guest
-
CSun@adobeforums.com #3
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
I am doing pretty much the same thing. But what I would like to do is split a pdf into multiple pdfs and name each output pdf according to the name of the bookmark. (The output pdfs could be 1 or more pages...)
Have looked through the SDK documentation but unliess I skipped over something I have not found a way to do this. Any ideas?
CSun@adobeforums.com Guest
-
PDL@adobeforums.com #4
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
Have looked through the SDK documentation but unliess I skipped over something
I have not found a way to do this.
You must have skipped over both the IAC and JavaScript API references then. ;)
Both IAC and JavaScript have "insert pages" methods that will let you insert specific pages from one document into another. They also both have "create" methods that let you create a blank PDF.
So you could create a blank document, and then insert whatever pages you wanted based on whatever factors you wanted from your source document into that new document.
PDL@adobeforums.com Guest
-
CSun@adobeforums.com #5
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
I can split the document and create pdfs just fine. The problem I'm having is reading information from the source pdf.
The source pdf is a master account list. I'd like to break it apart by account #. From what I can tell there is no metadata on each page to identify the account. However each account is bookmarked. If I could somehow link pages to bookmarks or bookmarks to pages that would suit me fine. But from what I can tell the only way to get any info from a bookmark is to know the title.
CSun@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
You can execute a bookmark to have it take you the starting page, grab it's number, then go to the next bookmark and grab it's number...
Leonard_Rosenthol@adobeforums.com Guest
-
CSun@adobeforums.com #7
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
Can I move through bookmarks sequentially? I thought the only way to retrieve a bookmark was to “GetByTitle”. In which case I would have to know the title of the bookmark. Which I may not know if there is a new account…
CSun@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #8
Re: How to Split a single PDF document intomultiple PDF documents in VB.Net?
yes, you can move through them sequentially. there is a sample in the SDK.
Leonard_Rosenthol@adobeforums.com Guest
-
Unregistered #9
How to Split a single PDF document intomultiple PDF documents in PHP?
Is it possible to split a single PDF Document into multiple PDF Documents using php?
Unregistered Guest



Reply With Quote

