Edit existing Word Document

Hi,
I have a requirement, where I have to edit existing MICROSOFT WORD Document.

  1. Add Some Text at the end of the Document
  2. Delete some text in between Word Document

Please let me know, does Aspose.Word support these or not

Thanks
Siraj

Hi

Thanks for your interest in Aspose.Words.

  1. You can try using DocumentBuilder to achieve this. Please see the following link:
    https://docs.aspose.com/words/net/document-builder-overview/

  2. For removing, you should just find the node and call Remove method. Please note, each node has Remove method.
    https://reference.aspose.com/words/net/aspose.words/node/remove/

Hope this helps.
Best regards,