Creating Word document for merge

Hi

We currently offer our users a function to create a Word Merge document. We start Word and offer the end user a possibility to type the Word document and to add merge fields from a separate form.

This is all done from the application. (see the attachment)

Can this be done using AsposeWords?

Eric

Hi
Thanks for your inquiry. If you would like just insert a MergeField into the document, please see the following link to learn how to do it:
https://reference.aspose.com/words/net/aspose.words/documentbuilder/insertfield/
Hope this helps.
Best regards,

Hi

I understand that i can program to add merge fields. But i also want to end-user to construct the Word document him self as you can see in the image i send (left side). There you see Word open at the top and in the left corner the form with the fields the user can insert. The user can also edit the Word document and use all options of Word to construct the document as the user wants.

Is this possible?

Eric

Hi Eric,

Thanks for your inquiry. Aspose.Words is a class library for processing Word documents programmatically, it does not provide user interface for editing documents.

Best regards,