# Print Forms

Epicollect5 forms are printer-friendly. There are some use cases where there is the need to have a paper version of a form as a backup or just as a reference, maybe in PDF format. Let's see how to print a form using the most popular browsers(\*)

{% hint style="info" %}
(\*) The following examples are from a Mac. If you are using Windows or Linux the procedure might differ.
{% endhint %}

## Google Chrome

Go to your project and open the formbuilder. Click on the dropdown menu at the top right of the middle column, the one that contains the list of questions.

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-1f214f469714d30e01deda2221ecb69c13143975%2Fprint-fomr-1.jpg?alt=media)

On the menu, click in print form

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-66af1e11cb52d06a9f4ee439acbac9275296d92b%2Fprint-form-2.jpg?alt=media)

The print dialog will open.

{% hint style="info" %}
We recommend saving the form as a PDF first and tweak the pagination using something like [**Acrobat Pro**](https://acrobat.adobe.com/us/en/acrobat/acrobat-pro.html). Since each project is different, sometimes page breaks are not where you would like them to be, therefore the need to edit the PDF before printing or distributing.
{% endhint %}

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-478d14b3a4b733ca478820c63eafae9f09ac049b%2Fprint-form-3.jpg?alt=media)

## Firefox

The same steps apply to Firefox, just the printing dialog is different. If you like to see a preview of the printout, there is a dropdown menu at the bottom right.

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-bc443d31095cd08b695cb9f9b232e30f2697eb8d%2Fprint-form-4.jpg?alt=media)

If you click on "Open in Preview" you will see the form in a printer friendly format and you can then print it.

## ![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-7e12a1773749da7a18918b9e48639485d228b75f%2Fprint-form-5.jpg?alt=media)

## Safari

Safari print dialog is similar to Firefox. The options to save as a pdf are at the bottom right.

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-11cf7982126fdc20009f09e706c9b7f2d0f5fea0%2Fprint-form-6.jpg?alt=media)


---

# Agent Instructions: 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:

```
GET https://docs.epicollect.net/formbuilder/print-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
