Modify word document using .NET

Hi,


Is it possible to modify word document?
For example I have uploaded my document , - TEMPLATE
Then I’m going to add more text insed, or maybe use fonts from template document in order to create another new document? If it possible , can you point to API which I can use.

In another words, is it possible and how create NEW document based on ANOTHER document?

Thank you in advance.

Hi Alexander,

Thanks for your inquiry. Yes, you can manipulate document text, fonts etc. Please read the following API for more detail. .

Hi Alexander,

Thanks for your interest in Aspose.Words. Please read following article. Hope this helps you.
Using DocumentBuilder to Modify a Document Easily

Thank you.

I will look at it.
I’m interesting only in java solutions.