Bookmarks dropped when template is loaded

Run the following code against the attached file.

Dim mylicense As New License
mylicense.SetLicense("Aspose.Words.lic")
doc = New Document(System.IO.Path.GetFullPath("C:\indoc.dot"))
doc.Save("c:\testout.doc")
Process.Start("c:\testout.doc")

Note how bookmarks Inventor2End, Inventor3End, etc. are gone.

Hi

Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards.

Any update on this?

Hi Steve,

Thanks for your inquiry.

Good news, your issue has been fixed and will be in the release due out in the next couple of days. We will inform you as soon as the release is ready.

Thanks,

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

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

Problem is fixed. Thanks.