Insert a text in word document based on start index using aspose c#

Hi Team,

I need to insert a text in word document based on start index. I’m trying to add track changes to an existing document (insertion). So I cannot use Replace as it is considered as deletion in revisions.

Is there a way in aspose to insert text in a word document based on index?

Thanks,
Anusha

@Anusha_S, it is possible to navigate and insert content into documents using DocumentBuilder:

I’m not sure what the start index you meant. Could you please elaborate?