How about add new text into an existing word File

hello,

I want to add new text into word file and convert to pdf file. current, I can’t find api add new text into word file, please give for me solution for this problem.

Thanks,

Hi Hung,

Thanks for your inquiry. DocumentBuilder is a powerful class that is associated with a Document and allows dynamic document building from scratch or the addition of new elements to an existing document. It provides methods to insert text, paragraphs, lists, tables, images and other contents, specification of font, paragraph, and section formatting, and other things. Please read following documentation link for your kind reference.
http://www.aspose.com/docs/display/wordsnet/DocumentBuilder+Overview
http://www.aspose.com/docs/display/wordsnet/Inserting+Document+Elements
http://www.aspose.com/docs/display/wordsnet/Moving+the+Cursor

Please let us know if you have any more queries.