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 files whose pages should be split into sections.

horizontal_divisions
required
integer

The number of horizontal cuts to make across each page. Each cut adds one more row of sections, so a value of 1 splits every page into 2 sections (top and bottom), 2 produces 3 sections, and so on. Each section becomes either a new page or a new PDF.

vertical_divisions
required
integer

The number of vertical cuts to make down each page. Each cut adds one more column of sections, so a value of 1 splits every page into 2 sections (left and right), 2 produces 3 sections, and so on. Each section becomes either 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