# Class SwPDFCreator

## **About class**

Allows setting various conversion options and produces PDF documents from Notes source (either a single document or collection of documents).

**Constructor**

To create a new SwPDFCreator object, use New.

**Syntax**

Dim variableName As New SwPDFCreator

**Usage**

This class is used to create PDF documents from Notes documents.

## **Properties**

**FileName**

String. Read/write. Default file name for the generated PDF document; if left empty, it will evaluate to a current execution date and time.

**PDFSettings**

SwPDFSettings. Read/write. Sets or gets all the available PDF settings.


---

# 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/pdf-converter-for-notes/for-developers/lotusscript-api-reference/class-swpdfcreator.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.
