Hi,
When using a template and replacing a table, how do you convert the html content to word? I read in the help files that you should replaceTableVariable then transform the html to word, however I cannot find any way to do this?
Cheers
Luke
Hi,
When using a template and replacing a table, how do you convert the html content to word? I read in the help files that you should replaceTableVariable then transform the html to word, however I cannot find any way to do this?
Cheers
Luke
Hello,
The easiest approach is to do it in two steps:
1. Open the docx as a template and use the replaceTableVariable to replace the placeholders. Instead of adding the HTML, you should add new placeholders. And save then document.
2. Open the previous save document as a new template and then use the replaceVariablebyHTML method to replace the placeholders added in the first step.
Regards.