Word document on the issue of split

Hi,I have a problem here.

I think I split a word document. For example, I have a word document.

=================================

  1. Text1

  2. Text2

=================================

I want to split two documents.

=================================

  1. Text1

=================================

and

=================================

  1. Text2

=================================

Will do this can be resolved by aspose.word?

Thank you someone replies to me!

Another,
If a word document contains some ole object. Whether it get the ol object by aspose word?

Hi

Thanks for your inquiry.

  1. Yes, of course, you can split your documents using Aspose.Words. Please see Aspose.Words DOM:
    https://docs.aspose.com/words/net/aspose-words-document-object-model/
    Also, you should use NodeImported to copy nodes between documents:
    https://reference.aspose.com/words/net/aspose.words/nodeimporter/
  2. Using Aspose.Words you can extract embedded OLE objects from Word documents. Please see the following link for more information:
    https://reference.aspose.com/words/net/aspose.words/nodeimporter/

Please let me know if you need more assistance, I will be glad to help you.
Best regards,