> 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/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-exportieren-und-drucken.md).

# Formulare exportieren und drucken

Abgeschlossene Formulare können als PDF exportiert werden.

Sie können sie als separate Dokumente exportieren oder in das Arbeitsauftrag-PDF aufnehmen.

### Zwei gängige Exportoptionen

#### Separates PDF

Verwenden Sie dies, wenn das Formular für sich allein stehen soll.

#### In das Arbeitsauftrag-PDF zusammengeführt

Verwenden Sie dies, wenn der vollständige Auftragsdatensatz in einem Dokument bleiben soll.

Unterschriften, Fotos und Tabellen können in die PDF-Ausgabe aufgenommen werden.

{% stepper %}
{% step %}

### PDF-Einstellungen öffnen

Gehen Sie zu **Einstellungen → Vorlagen → PDF-Einstellungen**.
{% endstep %}

{% step %}

### Das Arbeitsauftragslayout öffnen

Wählen Sie das PDF-Layout, das Sie für Arbeitsaufträge verwenden.
{% endstep %}

{% step %}

### Formulare im Layout aktivieren

Aktivieren Sie die Einstellung, die Formulare in die PDF-Ausgabe aufnimmt.

Wählen Sie aus, wo die Formulare erscheinen sollen.
{% endstep %}

{% step %}

### Speichern Sie das Layout

Speichern Sie die Änderung.
{% endstep %}

{% step %}

### Die Ausgabe testen

Erstellen Sie ein PDF aus einem Arbeitsauftrag mit einem ausgefüllten Formular.

Prüfen Sie Unterschriften, Fotos, Tabellen und die Positionierung.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Sind Unterschriften im PDF enthalten?</summary>

Ja, wenn das Formular und das PDF-Layout sie unterstützen.

</details>

<details>

<summary>Können Formulare in das Arbeitsauftrag-PDF zusammengeführt werden?</summary>

Ja.

Das hängt von Ihren PDF-Layout-Einstellungen ab.

</details>

<details>

<summary>Sollte ich das Layout nach Änderungen testen?</summary>

Ja.

Testen Sie immer mit einem ausgefüllten Formular, bevor Sie es breit einsetzen.

</details>

### Verwandte Themen

* [Verwenden Sie Formulare in der mobilen App](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-in-der-mobilen-app-verwenden.md)
* [Ein visuelles Formular erstellen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/ein-visuelles-formular-erstellen.md)
* [Formularversionen verwalten](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formularversionen-verwalten.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/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-exportieren-und-drucken.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.
