We have a problem with the AFP-to-PCL (A2PC) Java transformer where the printed output is missing a signature. We do not have this problem with the old v12 A2PC transformer, and the v14 AFP-to-PDF (A2PD) transformer is outputting the signature just fine.
Release : 14.0
The following settings in the project file solved this problem:
MarginTuning=AdjustOnly
AdjustSingleElements=true
UseLogicPageBoundary=true
UsePclOffsets=true
The above settings are not supposed to be the solution to all similar situations but are candidate parameters to be adjusted in such situations.