It's possible to create a document in word with different fields, like 'address', 'title' etc. But those fields is based of your Contact data you setup in word.
I was wondering if it possible to create a web-addin with your own fields the user can put into their document. I know it can then be merged using Aspose but to generate those fields in the document. Is it possible to do that from a web-addin?
Edit: Did a bit more research and it looks like the fields I'm looking for in Word (Fields, Mergefields etc.) can be made using OOXML, which is possible to add from a Web-Addin though the documentation and how to is not so clear, but it is possible.