> For the complete documentation index, see [llms.txt](https://navigator.dofe.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navigator.dofe.cz/vas-rust/tipy-a-navody/navody-pro-tisk.md).

# Návody pro tisk

## Tisk na kancelářské tiskárně&#x20;

{% stepper %}
{% step %}

### Stáhněte si soubor PDF

Všechny tiskoviny jsou v souboru PDF, který zajistí, že se texty, obrázky a loga vytisknou vždy správně obsahově i barevně.
{% endstep %}

{% step %}

### Tisk souboru

* [Tisk souboru ve Windows](https://support.microsoft.com/cs-cz/office/zobrazen%C3%AD-tisk-a-%C3%BApravy-soubor%C5%AF-pdf-ve-%C4%8Dte%C4%8Dce-pdf-5b2a8713-16ce-406c-a648-6978761306b3)
* [Tisk souboru v Mac OS](https://support.apple.com/cs-cz/guide/preview/prvw15175/mac)
  {% endstep %}
  {% endstepper %}

## Profesionální tisk v copy centru/tiskárně

{% stepper %}
{% step %}

### Stáhněte si soubor PDF s příponou - „PRINT”

Všechny tiskoviny jsou v souboru PDF s příonou PRINT jsou určeny pro profesionální tisk a obsahují tiskové značky.
{% endstep %}

{% step %}

### Zašlete do tiskárny/studia

Soubory jsou většinou malé (1 - 5 MB) a můžete je poslat e-mailem na adresu studia nebo copy centra.
{% endstep %}

{% step %}

### Upřesněte zakázku

Zaměstnanci copy centra/tiskárny budou mít určitě dotazy ohledně souboru. Stačí upřesnit následující:

* soubor je tiskové PDF (Acrobat 8/9, PDF 1.7),
* soubor obsahuje tiskové značky
* soubor je v barevném prostoru CMYK,
* uveďte požadovanou velikost (A4, A3, A2, apod.), pokud chcete výsledný formát menší, příp. větší - viz poznámka níže.

{% hint style="danger" %}
Velikost souboru je vždy v názvu PDF, ale můžete si dokument vytisknout i ve větším či menším formátu. Počítejte však s tím, že kvalita tisku při zvětšení nemusí dosahovat kvality v původní velikosti, pokud jsou v návrhu obrázky (fotografie).
{% endhint %}
{% endstep %}
{% endstepper %}

##


---

# 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://navigator.dofe.cz/vas-rust/tipy-a-navody/navody-pro-tisk.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.
