> 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/angebote/ein-angebots-pdf-erzeugen.md).

# Ein Angebots-PDF erzeugen

Das Angebots-PDF ist die Version, die Sie senden, drucken oder speichern.

Sein Erscheinungsbild hängt vom Angebotslayout und dem Schema ab.

### Was das PDF enthalten kann

Je nach Ihrer Konfiguration kann das PDF Folgendes enthalten:

* Angebotspositionen und Summen
* Inhalte in Kopf- und Fußzeile
* Anhänge, Bilder oder eine Titelseite

{% stepper %}
{% step %}

### Öffnen Sie das Angebot

Öffnen Sie das Angebot, das Sie exportieren möchten.
{% endstep %}

{% step %}

### Öffnen Sie die PDF-Option

Wählen Sie die Option, um das PDF anzuzeigen, herunterzuladen oder zu drucken.
{% endstep %}

{% step %}

### Prüfen Sie das Ergebnis

Prüfen Sie das Layout, die Summen und die Kundendetails.
{% endstep %}

{% step %}

### Speichern oder teilen Sie das PDF

Laden Sie das PDF herunter oder fahren Sie mit dem Senden des Angebots fort.
{% endstep %}
{% endstepper %}

### Wenn das PDF nicht richtig aussieht

* überprüfen Sie das ausgewählte Angebotslayout
* überprüfen Sie die Schema-Einstellungen
* prüfen Sie, ob Bilder oder Anhänge aktiviert sind

### Häufig gestellte Fragen

<details>

<summary>Kann ich das PDF herunterladen, bevor ich das Angebot sende?</summary>

Ja.

Sie können das PDF prüfen, bevor das Angebot gesendet wird.

</details>

<details>

<summary>Kann das PDF Bilder enthalten?</summary>

Ja.

Das hängt von Ihrem Layout und Ihrer Angebotskonfiguration ab.

</details>

<details>

<summary>Wie ändere ich das Aussehen des PDFs?</summary>

Aktualisieren Sie das Angebotslayout, das das Schema verwendet.

</details>

### Verwandte Themen

* [Funktionen in Angeboten](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/angebote/funktionen-in-angebote.md)
* [Angebote](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/angebote.md)
* [OutSmart-Pakete](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/marketplace/outsmart-pakete.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/angebote/ein-angebots-pdf-erzeugen.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.
