I am using the below source code in order to identify any Text boxes containing MergeField
Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)");
try {
// Find all Text boxes containing merge fields
Docum…...Alternative way to extract a MergeField from a TextBox to its...code in order to identify any text boxes containing MergeField...