Requirement - to create a summary of a record in pdf format and save in SharePoint
Problem : document generated from the word template shows data only when viewed on MS Word online, when downloaded , the word template XML tags appear, this does not happen when running the word template manually from CRM
Options explored :
- Word template - does not convert to PDF correctly , retains the template tags
- Adobe connector for flows - requires license
- Custom code using Itextsharp and Word libraries - not preferred , trying to keep it low code
- Use an html template and replace the tags with dynamics values (preferred option)
At the moment option 4 is my preferred option if the template need not be changed by business users , any suggestions of working solutions other than the ones mentioned above would be really helpful