1. PDF Tools
  2. Split PDF Pages into Sections

PDF Tools

Split PDF Pages into Sections

Splits PDF pages into multiple sections. Useful for dividing forms, labels, cards, or page regions into separate outputs.

Uses

Use this task for dividing a PDF file's pages vertically and horizontally.

Basic Usage

loading...

Flow Data Explained

files
required
array

An array of PDF file of which the pages should be split.

horizontal_divisions
required
integer

The number of horizontal divisions to make on the PDF file's pages. For example using a value of 1 will divide each page in half horizontally and each half will either be a new page or a new PDF.

vertical_divisions
required
integer

The number of vertical divisions to make on the PDF file's pages. For example using a value of 1 will divide each page in half vertically and each half will either be a new page or a new PDF.

merge_results
required
boolean

Whether to merge the results into one PDF or to return multiple PDFs.

function
required
string

The pdf_tools function to call, in this case it would be split_by_sections