Hello!
Is there a way to identify a Text Form Field inside a docx and replace it with a value?
Hello!
Is there a way to identify a Text Form Field inside a docx and replace it with a value?
Hello,
You can use modifyInputFields to modify input fields in a Word. Or DOCXPath to do more advanced changes.
replaceVariableByText using the raw option can be useful for global replacements if needed.
Regards.