Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aspose.Words with max paragraphs. #107

Closed
GabrielOrAnder opened this issue May 7, 2018 · 4 comments
Closed

Aspose.Words with max paragraphs. #107

GabrielOrAnder opened this issue May 7, 2018 · 4 comments

Comments

@GabrielOrAnder
Copy link

GabrielOrAnder commented May 7, 2018

Hi team,

Does the Aspose.Words have a max number of readable Bookmarks by document, considering number of paragraphs or lines? I'm not using evaluate version, however, i have a document with 351 lines and 143 paragraphs and some bookmarks at the end of this document does not appear when i list them using method bellow, but, when i remove some lines/paragraphs, those bookmarks are showed.

foreach (Aspose.Words.Bookmark bookmark in this.Doc.Range.Bookmarks) { if (!bookmark.Name.StartsWith("_")) { listaBookmarks.Add(bookmark.Name); } }

Best Regards!

@aspose-words
Copy link
Collaborator

@GabrielOrAnder ,

Have you tried the latest version of Aspose.Words for .NET i.e. 18.5?

In case the problem still remains, please ZIP and upload the Word document you are getting this problem with to Dropbox and share the download link here for testing. We will investigate the issue further on our end and provide you more information.

@GabrielOrAnder
Copy link
Author

Thank you to answer @aspose-words ,

I will update my version and test again, Then i told you if i had success or not.

@GabrielOrAnder
Copy link
Author

It works! We solved the issue updating Aspose.Words and making some changes at the document.

Thank you by quickly answer.

@aspose-words
Copy link
Collaborator

@GabrielOrAnder,
It is great that you are able to resolve the issue on your end. Please let us know any time you have any further queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant