# 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.
