> For the complete documentation index, see [llms.txt](https://docs.swingsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swingsoftware.com/seascape-for-notes/seascape-settings/pdf-settings.md).

# PDF settings

The **PDF Settings** are used to control how the PDF files will be generated.

You can create one or more configuration documents as per your needs. In the below example, there are four configuration documents called eBook, Press, Print and Screen.

To create a new configuration document click on the **New PDF Settings** link and then edit and save the configuration document.

To edit an existing configuration document, open the document from the provided list, edit the settings, and save the changes.

![](/files/c5qpj8KAmuND0IVHcuIe)

The **PDF Settings** configuration document consists of several tabs which contain settings that can be edited:

![](/files/-MlBHEFybv54Y5IyO5Fs)

Here is a description of each setting tab:

* **General**: Provides settings for managing image compression and generating PDF/A compliant files.
* **Page Setup**: Provides settings for managing PDF page size, orientation and margins.
* **Fonts**: Provides settings for managing font embedding, path to system font directory and web safe fonts.
* **Header/Footer**: Provides settings for managing PDF headers and footers.
* **Watermark**: Provides a setting to enable/disable PDF watermark printing.
* **Attachments:** Provides settings to enable/disable the export of inline images and zip attachments
* **Security**: Provides settings for managing PDF security (including PDF password protection, encryption level and PDF editing/copying/printing permissions)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.swingsoftware.com/seascape-for-notes/seascape-settings/pdf-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
