Add an image watermark to a PDF
Stamp a PNG or JPEG image across the pages of a PDF, in a Power Automate flow. No code to write, and no document is stored after the run.
Use this action to add an image watermark to a PDF document in your Power Automate flow.
Some parameters below are rolling out to the published PDF Blocks connector and may not appear in your environment yet. To use them today, import the connector from GitHub as a custom connector.
Parameters
File ContentFilerequiredThe content of the input PDF document.
Image ContentFilerequiredThe content of the image for the watermark. The format of the image must be PNG or JPEG.
TransparencyInteger Numberdefault:50The transparency level for the watermark from 0 (opaque) to 100 (transparent). This field is optional. Valid values are integer numbers between 0 and 100.
MarginNumberdefault:1.0The distance in inches from the border of the page to the watermark. This field is optional. The value must be positive and can be decimal.
PagesStringThe pages to stamp, as a comma-separated list of page numbers and ranges (for example 1..3,5). A negative number counts from the end, so -1 is the last page. Leave empty to stamp every page. This field is optional.
Response
Watermarked PDF File ContentFileThe content of the watermarked PDF document. You can use it as an input to other actions in your flow.