Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
ImportBookmarksWithXml method allows you to import bookmarks into a PDF file from an XML file. In order to import the bookmarks, you need to create PdfBookmarkEditor object and bind the PDF file using BindPdf method. After that, you need to call ImportBookmarksWithXml method. Finally, save the updated PDF file using Save method. The following code snippet shows you how to import bookmarks from an XML file.
The ExportBookmarksToXml method allows you to export bookmarks from a PDF file to an XML file.
To export bookmarks:
The following code snippet shows you how to export bookmarks to an XML file.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.