> 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/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-exportieren-und-drucken.md).

# Formulare exportieren und drucken

Formular-PDFs erstellen und Formulare in die PDF-Ausgabe von Arbeitsaufträgen einschließen.

Abgeschlossene Formulare können als PDF exportiert werden.

Sie können sie als separate Dokumente exportieren oder in das PDF des Arbeitsauftrags aufnehmen.

### Zwei gängige Exportoptionen

#### Eigenständiges PDF

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

#### In das PDF des Arbeitsauftrags integriert

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 Layout des Arbeitsauftrags öffnen

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

{% step %}

### Formulare im Layout aktivieren

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

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

{% step %}

### Layout speichern

Speichern Sie die Änderung.
{% endstep %}

{% step %}

### Ausgabe testen

Erstellen Sie ein PDF aus einem Arbeitsauftrag mit einem abgeschlossenen 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 PDF des Arbeitsauftrags zusammengeführt werden?</summary>

Ja.

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

</details>

<details>

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

Ja.

Testen Sie immer mit einem abgeschlossenen Formular, bevor Sie es breit einsetzen.

</details>

### Verwandte Themen

* [Formulare in der mobilen App verwenden](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-in-der-mobilen-app-verwenden.md)
* [Erstellen eines visuellen Formulars](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/visuelles-formular-erstellen.md)
* [Formularversionen verwalten](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-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/marktplatz-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.
