> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/forms/form-pdf-configuration/pdf-view-for-repeated-questions.md).

# PDF view for repeated questions

Choose how repeated questions appear in generated PDFs.

### PDF view for repeated questions

Use **PDF view** to choose how a **Repeated** question appears in a generated PDF. It does not change the form or mobile app layout.

This setting is for people who build forms in the form editor. It is stored as `pdfStyle` in the form template.

### The two views

| Option           | What the PDF shows                                                                                                                                                             |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Classic View** | Each repeated item appears as its own block. The PDF shows the item title, then label-and-answer pairs. Images appear below the answers. This is the standard form PDF layout. |
| **Table View**   | The repeated question appears as one table. The PDF shows its title, a header row, and one row per item.                                                                       |

#### Classic View:

<figure><img src="https://2647402409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRD1Xcn9HtKcyfQ9Ghyk%2Fuploads%2Fh5eMk5zC6EvBgl6mD5Ig%2FForm%20Component%20Doc%20%20(5).png?alt=media&amp;token=845ce7e6-7402-42a3-be79-fe929f480e0b" alt=""><figcaption></figcaption></figure>

#### Table View:

<figure><img src="https://2647402409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRD1Xcn9HtKcyfQ9Ghyk%2Fuploads%2FNLIXPRDceKdlKJjnvXbz%2FForm%20Component%20Doc%20%20(6).png?alt=media&amp;token=506cbdcc-540a-4945-a725-2864f7fa8d4f" alt=""><figcaption></figcaption></figure>

### Set the PDF view

1. Select the **Repeated** question.
2. Open the **General** tab in its settings.
3. Choose **Classic View** or **Table View** under **PDF view**.

<figure><img src="https://2647402409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRD1Xcn9HtKcyfQ9Ghyk%2Fuploads%2FXnodEw3Ul72SEUIexmQi%2FForm%20Component%20Doc%20%20(7).png?alt=media&amp;token=e07ae2b4-449e-4fa5-bb38-a88c46e9eca0" alt=""><figcaption></figcaption></figure>

### Default behaviour

{% hint style="info" %}
If **PDF view** is not set, the PDF follows the existing display style.

A **Table Question** defaults to **Table View**. **Repeated sections** and **Plotted Sections** default to **Classic View**.
{% endhint %}


---

# 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.sharinpix.com/forms/form-pdf-configuration/pdf-view-for-repeated-questions.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.
