> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/forms/export-and-print-forms.md).

# Export and print Forms

Completed forms can be exported as PDF.

You can export them as separate documents or include them in the work order PDF.

### Two common export options

#### Separate PDF

Use this when the form should stand on its own.

#### Merged into the work order PDF

Use this when the full job record should stay in one document.

Signatures, photos, and tables can be included in the PDF output.

{% stepper %}
{% step %}

### Open PDF Settings

Go to **Settings → Templates → PDF Settings**.
{% endstep %}

{% step %}

### Open the work order layout

Select the PDF layout you use for work orders.
{% endstep %}

{% step %}

### Enable Forms in the layout

Turn on the setting that includes forms in the PDF output.

Choose where the forms should appear.
{% endstep %}

{% step %}

### Save the layout

Save the change.
{% endstep %}

{% step %}

### Test the output

Generate a PDF from a work order with a completed form.

Check signatures, photos, tables, and positioning.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Are signatures included in the PDF?</summary>

Yes, when the form and PDF layout support them.

</details>

<details>

<summary>Can forms be merged into the work order PDF?</summary>

Yes.

That depends on your PDF layout settings.

</details>

<details>

<summary>Should I test the layout after changes?</summary>

Yes.

Always test with a completed form before broad use.

</details>

### Related topics

* [Use forms in the mobile app](/marketplace-packages-and-power-ups/power-ups/forms/use-forms-in-the-mobile-app.md)
* [Create a Visual Form](/marketplace-packages-and-power-ups/power-ups/forms/create-a-visual-form.md)
* [Manage form versions](/marketplace-packages-and-power-ups/power-ups/forms/manage-form-versions.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/forms/export-and-print-forms.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.
