> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/powertable-sheets/how-tos/export-to-pdf.md).

# Export to PDF

Export various PowerTable layout views to PDF to generate a static, shareable snapshot of your project data. PDF exports preserve the current layout and formatting of the view, making them suitable for distribution, presentations, and offline review.

This article lists the common use cases for exporting PowerTable data to PDF, as well as the steps to do it.

### **Common use cases**

* Share project schedules and timelines with stakeholders who do not have access to PowerTable.
* Include project plans in presentations, status reports, and project documentation.
* Print project views for meetings, reviews, or offline reference.
* Archive project snapshots at specific periods for offline auditing, tracking, or historical comparison.
* Distribute resource allocation and workload information to project managers and team leads.
* Share calendar-based plans and milestones with teams and external stakeholders in a portable format.

{% hint style="info" %}

### Note

PDF export is supported for **Gantt**, **Resource**, and **Calendar** layouts.
{% endhint %}

### Steps to export to PDF

To export your calendar/resource/Gantt layout in PDF, follow these steps:

1. In **PowerTable** ribbon, select **Export** > **Export PDF**.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FtfebnLOaCWg6YPMb457t%2Fimage.png?alt=media&amp;token=aa1e170c-3380-4ca7-9081-a1dfd4c7c33e" alt=""><figcaption></figcaption></figure>

2. Select the **Export Type**.
   * Select **Standard** to export the layout directly to PDF without additional customization options, such as date range, task grouping, or header details.
   * Select **Grouped** to specify the date range and group tasks in the exported PDF.
3. Set the page and export properties:

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2F6nhSLb2eJoQJu9XJbVy7%2Fimage.png?alt=media&amp;token=b6706a31-4afd-43a1-a712-57c4770acf8c" alt="" width="563"><figcaption></figcaption></figure>

* **Page Size:** Select the PDF page size. You can choose **Letter**, **A3**, **A4**, **A5**, **Legal**, or **Tabloid**, or specify a custom page width and height.
* **Quality:** Select the export quality. You can choose **HD**, **UHD**, **4K (QHD)**, or **Auto**.
* **Orientation:** Select the page orientation. Choose **Portrait** or **Landscape**.
* **Resource:** Select the columns that you want to use to group tasks in the exported PDF. For example, use *Doctor Name* or *Start Date* to group appointments.
* **Range Type:** Select the date range to include in the export. You can choose from the following options:
  * **Full Range:** Select this to include the complete date range for which data is available.
  * **Custom:** Use this to specify the custom date range with **Start Date** and **End Date** for the export.
  * **Lock in**: Select this and choose to include data for **3 weeks** or **6 weeks** before the current date.
* **Sheet Details:** Select the sheet details that you want to display in the PDF header. You can include one or more of the following: **Sheet Name**, **Assignee**, **Date Range**, **Printed Date**, and **Page Number**.

4. After you select all the required details, select **Export** to generate the PDF. PowerTable generates the PDF and provides a link to access it.
5. Right-click the attachment and select **Save link as** to download the PDF, or select **Open link in new tab** to view the PDF in a new tab.

A sample PDF attachment looks as shown in the following image.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FwHEG86qvTowBR8ZJBlm6%2Fimage.png?alt=media&amp;token=4bbf0fad-f1be-4353-804a-006ca49c5d4f" alt=""><figcaption></figcaption></figure>

You can use the same steps to export Gantt and resource layouts to PDF. Other layouts don't support PDF exports.


---

# 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.fabricplan.com/powertable-sheets/how-tos/export-to-pdf.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.
