# Save Presentation as PDF

> `UiPath.Presentations.Activities.SavePresentationAsPdf`

`UiPath.Presentations.Activities.SavePresentationAsPdf`

Exports a Powerpoint presentation to PDF. This activity must be added inside a [Use PowerPoint Presentation](https://docs.uipath.com/activities/other/latest/productivity/power-point-application-card) activity.

## Properties

#### Common

* **DisplayName** - The name displayed for the activity in the Designer panel.

#### **File**

* **Path to destination PDF** - The path to the file where the PDF will be saved. Alternatively, in StudioX, select **Plus** on the right side of the field, and then select an option from the menu:

  + **Ask when run** - Prompt for the name when the project is executed.
  + **Paste from clipboard** - Paste a value that you previously copied to the clipboard in the project..
  + **Text** - Enter the name in the Text Builder.
  + **Open in Advanced Editor** - Enter a VB expression.

#### Input

* **Presentation** - Presentation to save as PDF. In StudioX, select **Plus** on the right side of the field, and then select the presentation to save as PDF. Alternatively, you enter a VB expression.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

#### Options

* **Replace existing** - If a file with this name already exists, replace it. Otherwise an error will occur if the file already exists.
