Can I read doc file if there is footnote exist?
Because replaceVariableByWordFragment doesnt resolve my issue on retaining the footnote.
Can I read doc file if there is footnote exist?
Because replaceVariableByWordFragment doesnt resolve my issue on retaining the footnote.
Hello,
You can query any content in the body document using DOCXPath. This feature is available in Advanced and Premium licenses.
Anyway, the replaceVariableByWordfragment method works perfectly to replace placeholders in existing footers when using template.
Regards.
im trying replaceVariableByWordFragment
is it necessary to put $WORDFRAGMENT$ on the word file?
Hello,
The template methods use placeholders to replace them by new contents. You can customize the symbol that wrap the placeholders and the name of the placeholders.
If you need a more advanced solution, that doesn't require placeholders, you can use DOCXPath, but it only works for the body content.
Regards.