Hi Dennis,
Thanks for sharing the
detail. Please note that in evaluation mode there are some limitations applied. E.g Aspose.Words injects an evaluation watermark at the top of the document. The document’s content are truncated after a certain number of paragraphs during import or export.
To avoid this you can request a free 30-day trial license which removes these evaluation restrictions. You can request this from here:
https://purchase.aspose.com/temporary-license
Please read about applying license from here:
https://docs.aspose.com/barcode/net/licensing/
After applying the license, this issue will be resolved. Please let us know if you have any more queries.
License lic = new License();
lic.SetLicense(MyDir + "Aspose.Words.lic");
var doc = new Document(MyDir + "table_bookmark.docx");
var bookmarks = doc.Range.Bookmarks["Offene_Punkte"];
var ende = bookmarks.BookmarkEnd;