Insert text at a position in the document

hi,

How can I move to a particular position in the document using the DocumentBuilder? i.e character 50. If I don’t know the paragraph / section etc

Thanks

Hi
Thanks for your request. There is no way to move DocumentBuilder cursor to a character position.
I think, you can insert bookmark in the document at the position where you should insert text and use MoveToBookmark method.
https://docs.aspose.com/words/net/working-with-bookmarks/
Hope this helps.
Best regards.