# How to place a watermark in a PDF document

## Description

If you would like to have watemark in the PDF document.

## Solution

1\. Create PDF Setup document

&#x20;               Select "View - Go to..." - "PDF setup documents" view

&#x20;               Create new document (i.e. "# TEST Watermark") and in the Watermark tab set Print watermark to yes.

2\. Setup the Office document to the PDF watermark creation

&#x20;               In the Office document you should set "SW\_PDFWatermarkText" custom document property to  your sign.

[![](https://sites.google.com/a/swingsoftware.com/lc/_/rsrc/1334219064113/integrator/how-to-1/how-to-place-a-watermark-in-a-pdf-document/word_image001.gif)](https://sites.google.com/a/swingsoftware.com/lc/integrator/how-to-1/how-to-place-a-watermark-in-a-pdf-document/word_image001.gif?attredirects=0)

Or:

&#x20;               programatically set "SW\_PDFWatermarkText" custom document property before the PDF creation start.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swingsoftware.com/integrator-for-notes/how-to/how-to-place-a-watermark-in-a-pdf-document.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
