Open a bookmark

I’m using the PdfBookmarkEditor to create bookmarks. Facades.Bookmark object. I’m setting the property open = true, because I want the bookmark to be opened by default. However this does not seem to work. Is this a known issue? If not, how can set the bookmark to be expanded when the PDF is opened?

I’ve also used the Generator.Bookmark in the PDF object. This has a IsExpanded property which works fine when set to true.

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for the details.

I am afraid this feature is not supported at the moment. We have already added this feature enhancement in our issue tracking system with issue id: PDFNEWNET-33326. You will be updated via this forum thread once this feature is supported.

Sorry for the inconvenience,

Any estimate on this? It already works for Generator.PDF library bookmarks.

Hi,

Thanks for your inquiry. Our development team is working hard to get this feature so we require some time to analyze this feature in details. However, as soon as we have made some significant progress towards the availablity of this feature, we would be more than happy to update you with the status of correction. Please be patient and spare us little time.

We are really sorry for this inconvenience.

Thanks & Regards,

The issues you have found earlier (filed as PDFNEWNET-33326) have been fixed in Aspose.Pdf for .NET 9.5.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(14)

Hi there,


Thanks for your patience. As stated above your reported issue has been fixed in Aspose.Pdf for .NET 9.5.0. Please check following code snippet for the purpose. It will help you to accomplish the task.

PdfContentEditor editor = new
PdfContentEditor();<o:p></o:p>

editor.BindPdf("PdfWithOutlines.pdf");

editor.ChangeViewerPreference(ViewerPreference.PageModeUseOutlines);

editor.Save("33326.pdf");

Please feel free to contact us for any further assistance.


Best Regards,