---
title: "Print document"
method: POST
path: "/v1/documents/print"
tags: ["Document"]
---

# Print document

`POST /v1/documents/print`

Generates a PDF printable version of a document based on the provided print settings. The document can be formatted according to template settings and can optionally include ZUGFeRD-compliant XML data for electronic invoice processing. Returns the document as a PDF binary stream.

## Request body

- DocumentPrint
  - `id` string
  - `zugferd` boolean

## Response `200`

PDF document successfully generated

## Other responses

- `400` — Document not found or invalid print settings
- `401` — Not authorized to print this document

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
