Good Morning,
We’re currently using aspose.words to provide checklists for various stages of a workflow application. The templates being used are currently stored in a physical directory. We’d like to be able to store these templates in MS Sql, retrieve and populate them as needed. Looking for an example for how to accomplish this requrement. Any links or advise you can provide would really be appreciated!
Regards,
Dave
Hi
Thanks for your request. Here you can find a simple code example, which shows how to save/read document from Data Base:
https://docs.aspose.com/words/net/serialize-and-work-with-a-document-in-a-database/
I think the best way to fill the document with data is using Mail Merge feature. Please follow this link to learn more:
https://docs.aspose.com/words/net/types-of-mail-merge-operations/
Or you can try using Mail Merge with regions. Please see the following link:
https://docs.aspose.com/words/java/types-of-mail-merge-operations/
Hope this could be useful for you.
Best regards.