Skip to main content
Level 2
October 8, 2018
Beantwortet

Watermarking Workflow

  • October 8, 2018
  • 1 Antwort
  • 1434 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von arunpatidar

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-commons · GitHub 

1 Antwort

arunpatidar
Community Advisor
Community Advisor
October 8, 2018

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-commons · GitHub 

Arun Patidar