# Export PDF

## What is PDF?

**PDF**, or **Portable Document Format**, is a universal file format that preserves the layout, fonts, and images of a document, ensuring it appears the same on any device or operating system. It is a secure and reliable way to share documents, can contain various types of content like text, images, forms, audio, and video, and is an open standard maintained by the ISO.&#x20;

## Export a Course as PDF

<figure><img src="/files/zA3kxSpLLavEpfoEdxL8" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project/set-a-project/manage-a-project)  and go to the **Export** tab.
{% endstep %}

{% step %}
Select **PDF**.

A new window will appear.

<figure><img src="/files/d5uqcpL9R4vteYj8mzAM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select **PDF format** option from the drop-down menu:

* Standard (best for printing);
* Each section as a page;
* Each block as a page.
  {% endstep %}

{% step %}
Click **Content to publish** to show the list of sections included in an exported course.

{% hint style="warning" %}
[Exclude a section](/export/export-a-course.md#exclude-from-export) from the export at the **Contents** tab.
{% endhint %}
{% endstep %}

{% step %}
Click the **Export** button.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/export/export-pdf.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.
