Footnote/Endnote character appears in the Bookmark

Hi Team,


When we convert the attached work document to PDF, the bookmarks contains footnote/endnote numbers.
If we create the PDF from MS Word Save As PDF option, then we do not see the number. Works as expected.

Hence, I feel there could be an issue with Aspose.Words. Please correct me if I am wrong and let me know if there is any workaround.

Aspose code:
Document doc = new Document(path);
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.getOutlineOptions().setExpandedOutlineLevels(5);
saveOptions.getOutlineOptions().setHeadingsOutlineLevels(9);
doc.save(path + “.pdf”, saveOptions);

Please let me know if you need any more details.

Thanks,
Satyendra

Hi Satyendra,


Thanks for your inquiry. While using the latest version of Aspose.Words i.e. 14.5.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-10341. Your thread has been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-10341) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.