QuickPDF deleting bookmarks...
Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=858
Printed Date: 14 May 25 at 4:34PM Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com
Topic: QuickPDF deleting bookmarks...
Posted By: cverhoff
Subject: QuickPDF deleting bookmarks...
Date Posted: 19 Jan 08 at 8:58PM
HELP ANYONE,
When merging pdf files or stamping pages of a pdf file that contains bookmarks that were created using Acrobat Pro v6.0 the newly created pdf file doesn't contain the bookmarks. Does anyone have any ideas? I would greatly appreciate any help...
Thanks,
Curtis
|
Replies:
Posted By: Ingo
Date Posted: 20 Jan 08 at 7:17AM
Hi Curtis!
It's always the same ... An example for the forum is better ;-)
Best regards, Ingo
|
Posted By: ukobsa
Date Posted: 22 Jan 08 at 3:35AM
Curtis,
merging documents using MergeDocument method does not merge bookmarks. You have to do this by hand using the methods offered by QuickPDF. This is not a bug but a "gap" in the current implementation. One problem is: bookmarks are not data on page level but data on document level: how to decide where to place the new bookmarks: If you have some TOC bookmarks then it's more or less easy: simply add it to an existing TOC. But what if the bookmarks are global ones (e.g. links to web pages or so)? In this case I would expect to get them added : yes where? Mostly on the end but not always:
Authors web page 1 TOC1 Weblink1a Weblink1b
merges with
Authors web page 2 TOC2 Weblink2a Weblink2b
==> (expected by me) Authors web page 1 Authors web page 2 TOC1 TOC2 WebLink1a WebLink1b WebLink2a WebLink2b
best regards, Uli
|
|