# Export Form Submission PDF

Feathery allows generating new documents from scratch if you don't have an existing document template you want to fill out.  Once you have a form you wish to export to a PDF, there are two ways to generate/export it. &#x20;

* Once users have completed the form you may go to the Results tab in the form editor and select submissions you wish to export.  On the submission details screen, use the "Export to PDF' button to have the system export the form submission data to a PDF and email it to you.  Do this for each submission you are interested in.

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

* &#x20;You may also choose to have the form PDF export mailed to some email addresses upon various events such as form completion, etc.  Use the email integration found on the form editor's integrations tab to do this.  Select the email integration and during setup check the "Attach PDF Export" checkbox and save it. &#x20;

Feathery will automatically generate a PDF document that includes a page (or more) per step of the form and contains step names, field labels, and field values.&#x20;

## Formatting

To customize the formatting of your PDF, go to your form **Settings** and select the **Submission PDF** tab. You'll be able to customize dimensions, elements, font styles, and more.


---

# 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.feathery.io/platform/document-autofill-and-signatures/export-form-submission-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.
