Skip to main content
Participant
May 15, 2024
Question

Adding Dynamics Watermark to pdf

  • May 15, 2024
  • 3 replies
  • 1689 views

Hi Guys,

 

I'm trying to create a dynamic watermark to a pdf file where the content of the watermark will be taken from a flow which is created by power automate.

 

The thing i reached, that to add a dynamic watermark, i will need to add a JS code to the template file to insert that watermark, but the question here is that how to pass watermark value from the flow to the JS code inserted in the template pdf file?

 

Can I have an illestration to the process? Appriciate your help

This topic has been closed for replies.

3 replies

Participating Frequently
June 26, 2024

I would check out - https://www.muhimbi.com/products/pdf-converter-for-power-automate/ - as they have a simple API for adding watermarks specifically crafted for power automate.

try67
Community Expert
Community Expert
May 15, 2024

You will need to remove the old watermark and then apply a new one each time, as watermarks are not dynamic.

Is this watermark purely textual? If so, you can use the addWatermarkFromText command to do it, but be aware it won't work in Reader (and probably any third-party applications), only in Acrobat.

Bernd Alheit
Community Expert
Community Expert
May 15, 2024

Watermarks are not dynamic.