> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/studio-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/studio-en/studio/objetos/pdf/separar-pdf.md).

# Split PDF

## Settings&#x20;

![](/files/-MWUFDo6YgBUFvidHlpF)

| Field                  | Descriptive                                                                                                                |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Title                  | Component title                                                                                                            |
| Object Identifier Name | Singular object name for spliting a PDF file (variable)                                                                    |
| File                   | Option to select PDF file                                                                                                  |
| Save in                | Option to inform the directory in which the split files will be saved                                                      |
| Exactly                | Splits based on the entered pages (e.g. 1,3,5,6)                                                                           |
| Between                | Splits based on the entered pages (e.g. 1,3,5,6)                                                                           |
| Start on page          | Inicia a separação a partir da página iStarts the splitting from the entered page (e.g.: 10)                               |
| Split by interval      | Splits the documents by merging the pages. (ex: 1-10 and interval of 2, will generate 5 documents containing 2 pages each) |
| Export a single file   | Generates the all parameterized pages in just one file                                                                     |

## Example

To split a PDF file that has at least two pages, this steps should be followed:

Select the **"Split PDF**" object from the "**Pdf**" menu and drag it to your working area.

* First define a unique name for the object in the "**Object Identifier Name**" field, select the PDF file and then inform the directory in which the split files will be saved.
* By selecting the "EXACTLY" option, you must inform the pages to be split (the separator between the pages must be a comma ( , )).
* By selecting the "BETWEEN" option, you must inform the interval for the file generation and the pages to be split (the separator between pages must be a dash ( - ))
* When you select the "START ON PAGE" option, you must inform the interval for file generation and the page from which the split should start.
* If the "Export a single file" option is selected, only one file will be generated for the parameterized pages. Otherwise, it will be generated one file per page.


---

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

```
GET https://docs.roboteasy.tech/studio-en/studio/objetos/pdf/separar-pdf.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.
