Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | v4.3 & Higher This feature is related to v4.3 and higher.
You can creating a watermark on every rendered receipt by running a Groovy service, which will render the standard PDF receipt using iText to overlay HTML.
def addHeader = addOverlayContent.curry(
getTemplate("Header HTML Template"),
[envName: tmEnv],
245, 40, 600, 832
);
The coordinates above are: lower left X, lower right Y, upper right X, upper left Y
If you get this error, check that you have created the two form properties.
Next, learn how to configure receipts server node.