Is it possible?

If you are a Power Builder developer and have any questions about using our products from Power Builder here is the place to post them.
Post Reply
Vladimir
Posts: 1
Joined: Thu Jan 30 2014

Is it possible?

Post by Vladimir »

Greeting all.

using Pdf Converter:

1. Open .pdf document
2. Look for bookmarks (each bookmark link to the page or set of pages)
3. Read them and extract page/pages linked to those bookmarks into individual .pdf files.

Thank You
Sincerely
Vlad
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Re: Is it possible?

Post by Jose »

Hello,

The Amyuni PDF Converter only exposes a subset of all the PDF Bookmark object functionality exposed by our libraries.

The functionality you are asking about is possible with our Amyuni PDF Creator product. I have included links below to our online documentation where you can find more information about this.

You will simply need to use the ReachBookmark method to retrieve the page the bookmark is point to and then use the SavePage method to save this page into its own PDF document.

The Bookmark object’s ReachBookmark method displays the document location pointed to by that bookmark.
http://www.amyuni.com/WebHelp/Amyuni_PD ... Method.htm

The SavePage method is used to save a single page during page by page saving.
http://www.amyuni.com/WebHelp/Amyuni_PD ... Method.htm

Hope this answers your question?
Get PDF Suite, the expert .NET developer toolkit for PDF conversion, creation and editing - www.amyuni.com/pdfsuite
Post Reply