Now my company is evaluating Aspose Words Java to decide if we should purchase the license.
I have a Word file made with German edition MS Word and the language is German. There are three bookmarks, I should use the given Bookmark name to find the corresponding field, then read the meta-information of the corresponding content, such as page number, x-y position, width and height etc.
Although there are three book marks, however Aspose Evaluation JAR can not find anyone of them.
the result of following code is 0 :
final int bookmarksNum = doc.getRange().getBookmarks().getCount();
System.out.println("Bookmarks number is " + bookmarksNum);
In Attachment you can find the test docx file used in our evaluation.Beispielvertrag.docx (33,9 KB)
Here in this attachment you can find the requirement, the language is in German.