PDF Tools
Split PDF Pages into Sections
Splits a PDF file's pages into multiple sections
Uses
Use this task for dividing a PDF file's pages vertically and horizontally.
Basic Usage
Flow Data Explained
required array
files An array of PDF file of which the pages should be split.
required integer
horizontal_divisions 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.
required integer
vertical_divisions 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.
required boolean
merge_results Whether to merge the results into one PDF or to return multiple PDFs.
required string
function The pdf_tools
function to call, in this case it would be split_by_sections