> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/getting-started/first-steps-for-new-users/generating-pdf-reports.md).

# Generating PDF reports

Unifize enables users to generate and download professional, printable PDF reports from checklist data, including structured text, tables, and embedded images. These reports can be tailored to meet branding and formatting needs through custom templates configured with support from the Unifize team.

***

#### How to Use

#### 1. Requesting Custom PDF Templates

To set up a custom PDF report template:

* **Contact Unifize Support** with:
  * The checklist or process the report is for
  * Required layout (e.g. tables, sections, headers)
  * Branding elements (e.g. logo, footer text)
* The support team will work with you to design and implement the template.
* Once finalized, the template is made available in your workspace.

***

#### 2. Generating PDFs with Custom Templates

After your template is set up:

* Open the relevant checklist.
* Click the **Generate PDF** button.
* If there are multiple layouts to choose from, select the most appropriate one.
* Unifize generates a formatted PDF based on the checklist data.

**Example Output:**

<figure><img src="/files/eiTrKptbf42t4D5Me4aw" alt=""><figcaption></figcaption></figure>

***

#### Best Practices

* **Define layout expectations clearly** when requesting a template.
* **Include consistent branding** like logos, fonts, and document titles.
* **Use PDF stitching** for final reports that include attachments or reference documents.
* **Test outputs** regularly with sample checklists to validate formatting.

***

Unifize’s custom PDF reporting gives teams a flexible way to generate professional documentation directly from their process checklists. By collaborating with the support team, you can create templates that reflect your process needs and visual identity. PDF stitching offers additional convenience for bundling related documentation.


---

# 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://docs.unifize.com/getting-started/first-steps-for-new-users/generating-pdf-reports.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.
