Getting started with aspose.word

Hi,

I’m trying aspose.word and would like to populate pre-designed word documents with fields, tables, pictures, tables inside table.
Do you have samples for these kind of tasks ?

Thank you,

Emmanuel

Hi
Thanks fro your interest in Aspose.Words. Pass a file name as a string to the Document constructor to open an existing document from a file:

Document doc = new Document(fileName);

You can also perform mail merge to populate merge fields in the document. Please see the following link.
https://docs.aspose.com/words/net/types-of-mail-merge-operations/
Best regards.