PDF Tools
Split PDF by Pages
Splits a single PDF into multiple PDF files at specified page numbers
Uses
Use this task for splitting a PDF into multiple smaller PDFs at specified page numbers.
Basic Usage
Flow Data Explained
required array
files An array of PDF file objects to be split at specified page numbers.
required string
page_numbers The page numbers on which to split the PDF file. In the case of 1,5,6-8
, the result will be
six PDF files, the first of which will contain page 1
, the second of which will contain pages 2-5
, the third of which will contain page 6
, a set of single page PDFs of pages 7-8
and a final PDF with pages 9
till the end of the original PDF.
required string
function The pdf_tools
function to call, in this case it would be split_pages