Adding Dynamic Watermark with Date and Time in Mendix for File Download and View

0
I am working with the Sample Teamcenter Connector in Mendix. My customer has requested adding a watermark with the current date and time while downloading (e.g., 21/11/2024/user/download) and viewing (e.g., 21/11/2024/user/view) files.  I have already explored adding watermarks using OverlayPDF from Community Commons, as well as PDFWatermarkLogo and PDFUtils modules available in the Marketplace, but I couldn’t achieve the desired results. Could anyone guide me on how to implement this?
asked
1 answers
1

Hi Kaveri,

 

With using OverlayPDF you can able to achieve this one, One PDF actual one, Another one you need to generate along with your expected content then using OverlayPDF Javaaction you can able to add watermark.

 

Also refer the below video I created for you clarification.

How to add watermark in Mendix using OverlayPDFDocument JavaAction

 

Hope it Helps

Thanks & Regards,

Manikandan K

answered