Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
swapneel_kulkarni@adobeforums.com #1
Merging a PDF with bookmark as a child of a bookmark node
I have already developed a plugin that merges several PDF's and generates bookmarks
But there is one issue
If a PDF already has bookmarks, I dont see the bookmarks inserted after that pdf file, instead they appear as a sibling of the root.
I have tried using
PDDocInsertPages(pdDoc1,PDLastPage ,pdDoc2, 0, PDAllPages ,PDInsertBookmarks, NULL,NULL,NULL,NULL);.
This is probably causing the bookmarks to show up as siblings of the root
as well as
PDDocInsertPages(pdDoc1,PDLastPage ,pdDoc2, 0, PDAllPages ,PDInsertAll, NULL,NULL,NULL,NULL);
Any suggestions as to how to add a PDF file with bookmarks as a child of an existing bookmark , so that all the bookmarks of this PDF file will be children of the node under which this file is added
Also i need to know, if by doing this will it preserve the bookmark actions of the PDF file will be preserved
Thanks
Swapneel
swapneel_kulkarni@adobeforums.com Guest
-
bookmark
I have a form that does a few things, such as collect data and than using cdonts emails this data to a place to be parsed. I need to add a... -
bookmark object
I want to expand a bookmark with a single click on the icon or text of the bookmark. I put this script on the document: function... -
Is this a bookmark bug in 6 Pro?
If I set an action to go to a page in another document, then select the document in the dialog box, then select either the page # or the named... -
Help Please -Bookmark help - File Name= Bookmark
Is there a way in Acrobat to import multiple .pdf files and have each files file name show up as a bookmark? -
Why can't I set a Bookmark
I had the same problem using Acrobat 4.0, tried printing existing pdf file with Acrobat Distiller and it created new document without security... -
PDL@adobeforums.com #2
Re: Merging a PDF with bookmark as a child of a bookmark node
Also i need to know, if by doing this will it preserve the bookmark actions
of the PDF file will be preserved
If the bookmark action is to go to a specific page, no it will not be preserved as the page numbers will be different once the documents are merged (except for the first document in the merge).
If the bookmarks used named destinations then yes, they will be preserved (assuming you don't have the same named destination in more than 1 file being merged).
PDL@adobeforums.com Guest



Reply With Quote

