Hi,
Take a look at the Signature module in Mendix Marketplace
https://marketplace.mendix.com/link/component/107984
Also, check the below forum link for reference
https://forum.mendix.com/link/questions/103287
Hope it helps!!!
If the signature image is in PDF format then you could use the OverlayPDFDocument action from the Community Commons module in the marketplace.
As it’s an overlay it does need to be in the same position which would mean you creating a few versions of the signature depending on where you need it on page, or changing your document template so the signature appears in a fixed position.
https://marketplace.mendix.com/link/component/170
I know it’s not exactly what you need, but I hope it helps.
Hi Arunkumar Jaganathan,
try to use PDFWatermarkandLogo module available in Marketplace
https://marketplace.mendix.com/link/component/222303
Thanks