> 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-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/exportar-e-imprimir-formularios.md).

# Exportar e imprimir Formulários

Formulários concluídos podem ser exportados como PDF.

Você pode exportá-los como documentos separados ou incluí-los no PDF da Ordem de trabalho.

### Duas opções comuns de exportação

#### PDF separado

Use isto quando o Formulário deve ser independente.

#### Mesclado no PDF da Ordem de trabalho

Use isto quando o registo completo do trabalho deve permanecer num único documento.

Assinaturas, fotos e tabelas podem ser incluídas na saída em PDF.

{% stepper %}
{% step %}

### Abrir Configurações de PDF

Vá para **Configurações → Modelos → Configurações de PDF**.
{% endstep %}

{% step %}

### Abrir o layout da Ordem de trabalho

Selecione o layout de PDF que você usa para Ordens de trabalho.
{% endstep %}

{% step %}

### Ativar Formulários no layout

Ative a configuração que inclui formulários na saída em PDF.

Escolha onde os formulários devem aparecer.
{% endstep %}

{% step %}

### Guarde o esquema

Guarde a alteração.
{% endstep %}

{% step %}

### Testar a saída

Gere um PDF a partir de uma Ordem de trabalho com um formulário concluído.

Verifique assinaturas, fotos, tabelas e posicionamento.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>As assinaturas estão incluídas no PDF?</summary>

Sim, quando o Formulário e o layout de PDF os suportam.

</details>

<details>

<summary>Os formulários podem ser mesclados no PDF da Ordem de trabalho?</summary>

Sim.

Isso depende das configurações de layout do seu PDF.

</details>

<details>

<summary>Devo testar o layout após as alterações?</summary>

Sim.

Teste sempre com um formulário concluído antes de um uso amplo.

</details>

### Tópicos relacionados

* [Usar formulários no App móvel](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/usar-formularios-na-app-movel.md)
* [Criar um Formulário Visual](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/criar-um-formulario-visual.md)
* [Gerir versões do formulário](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/gerir-versoes-de-formularios.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-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/exportar-e-imprimir-formularios.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.
