Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Watermarking Workflow

Avatar

Level 2

I was trying to run OOB Watermark workflow on Assets.

There was an observation that watermark is only getting applied on images and not on Documents.

So if someone can put light on custom workflow step to add watermark on all types of Asset.

Thanks in Advance

Anupam

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

According to document

AEM Assets supports text to be used as a watermark to watermark the web-renderable image formats, such as GIF, PNG, JPEG, and BMP.

More info

Watermarking

You can try to do same with the help of process step e.g. acs-aem-commons/AddWatermarkToRenditionProcess.java at master · Adobe-Consulting-Services/acs-aem-co... 



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

According to document

AEM Assets supports text to be used as a watermark to watermark the web-renderable image formats, such as GIF, PNG, JPEG, and BMP.

More info

Watermarking

You can try to do same with the help of process step e.g. acs-aem-commons/AddWatermarkToRenditionProcess.java at master · Adobe-Consulting-Services/acs-aem-co... 



Arun Patidar