Español

Lee este artículo en español.

How to add a watermark to a PDF (text or logo)

Adding a watermark to a PDF isn't just decoration. It's the fastest way to make something clear without opening the document and explaining it:

In every case the problem is the same: you need to overlay something (text or an image) on the pages of an existing PDF, without rebuilding the document from scratch.

Text or image: pick one

Watermark PDF supports two modes, and you have to pick one: text or image, never both at once.

Where it goes and how it looks

By default the watermark comes out centered, light gray (#808080), rotated 45 degrees: the classic diagonal stamp, visible without getting in the way of the text underneath. All of that can be changed:

Only on some pages

By default the watermark applies to every page in the PDF. To mark just a range (say, the appendices but not the cover page) use pages with a list like 1-3,5, numbered from page 1.

FAQ

Can I use my logo instead of text? Yes. Send the image (PNG or JPEG) base64-encoded inside a JSON body, in the image field. It's the one case where JSON is required: with text you can send the raw PDF instead if you prefer.

How much does it cost to watermark a 100-page PDF? Same as a 1-page one: 1 watermark = 1 credit, whether it's applied to one page or all of them.

Can the watermark be removed afterward? Not with this tool. The watermark is drawn onto the page content, just like any other text or image in the PDF. If you need a clean version later, generate it from the original, unmarked document, not from this result.

Is the output a straight PDF or JSON? It can be forced with output=pdf or output=json. By default, sending the raw PDF returns a PDF, and sending JSON returns JSON with the PDF as base64.

Try these tools

You'll find the full instructions for Watermark PDF, with examples for n8n, Make and your own code. And if you don't have an account yet, you can create one for free.