is Bookmark end is licensed feature?
Yes, accessing the BookmarkEnd
feature in Aspose.Words requires a valid license. Without a license, you will encounter limitations or restrictions when trying to use certain features, including bookmarks.
Cause: The lack of a valid license is the reason you cannot access the BookmarkEnd
feature.
Solution: To resolve this issue, follow these steps:
-
Obtain a License: Purchase a license from the Aspose website. They offer various licensing options tailored to your needs.
-
Apply the License: After obtaining the license, apply it in your code. Here’s a simple example of how to do this in Java:
License license = new License(); license.setLicense("path/to/your/license/file.lic");
-
Test the Functionality: Once the license is applied, test your code again to confirm that you can access the
BookmarkEnd
feature without any issues.
Next Steps: If you encounter any further questions or need assistance with the licensing process, please do not hesitate to reach out for help.
Thank you for your understanding, and I look forward to assisting you further!
Sources:
@Soumen2001 Most likely the problem occurs because you are using Aspose.Words in evaluation mode. In evaluation mode Aspose.Words has only two limitations: it limits the maximum size of the processed document to several hundred of paragraphs and injects an evaluation watermark into the document. So the document is truncated.
If you would like to test Aspose.Words without evaluation version limitations, you can request a free 30-days temporary license . Please see our documentation to learn more about licensing:
https://docs.aspose.com/words/java/licensing/