> For the complete documentation index, see [llms.txt](https://docs.feathery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feathery.io/platform/document-autofill-and-signatures/export-form-submission-pdf.md).

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