Description
Method:
PDFMergerUtility#mergeFields(PDFCloneUtility cloner, PDField destField, PDField srcField)
There is the following code:
if (destField.getFieldType() == "Tx" && destField.getFieldType() == "Tx")
I think the second destField should be srcField?
An I think you should compare with equals here and not with ==