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

# Exportar e imprimir Formulários

Gerar PDFs de formulários e incluir formulários na saída PDF da Ordem de trabalho.

Os formulários concluídos podem ser exportados como PDF.

É possível exportá-los como documentos separados ou incluí-los no PDF da ordem de trabalho.

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

#### PDF separado

Usar esta opção quando o formulário deva ficar autónomo.

#### Integrado no PDF da ordem de trabalho

Usar esta opção quando o registo completo do trabalho deva permanecer num único documento.

Podem incluir-se assinaturas, fotos e tabelas na saída PDF.

{% stepper %}
{% step %}

### Abrir Configurações PDF

Ir para **Definições → Templates → Configurações PDF**.
{% endstep %}

{% step %}

### Abrir o layout da ordem de trabalho

Selecionar o Layout PDF usado para Ordens de trabalho.
{% endstep %}

{% step %}

### Ativar Formulários no layout

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

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

{% step %}

### Guardar o layout

Guardar a Alteração.
{% endstep %}

{% step %}

### Testar a saída

Gerar um PDF a partir de uma ordem de trabalho com um formulário concluído.

Verificar 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 PDF forem compatíveis.

</details>

<details>

<summary>Podem os formulários ser integrados no PDF da ordem de trabalho?</summary>

Sim.

Isso depende das Definições de Layout PDF.

</details>

<details>

<summary>Deve o layout ser testado após alterações?</summary>

Sim.

Testar sempre com um formulário concluído antes de uma utilização alargada.

</details>

### Tópicos relacionados

* [Utilizar Formulários na app móvel](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/formularios/utilizar-formularios-na-app-movel.md)
* [Criar um Formulário Visual](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-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/loja-virtual-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/loja-virtual-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.
