Hello, I have the following scenario:
- my users fill in some field in an ASP.NET page, and the data are saved into a database;
- after that, they print a report in doc format; I use the merge fields with Aspose.Word, so the report contains data from database; the document is disconected from the datasourse; users are allowed to modify the document format and the mergefields content.
- when they save the document and upload it to the application, I want to extract the data from the merge fields and save it back to the database in the corresponding fields; in this scenario, I'm also concerned about data formating: how can I be sure that they will use the correct format for numbers and data in Word?
Do you think this is possible? Can you provide some example?
Thank you