PDF Tools
Extract PDF Pages
Extracts pages from a PDF at a specified page range.
Uses
Use this task for extracting specific pages from a PDF using a page range.
Basic Usage
Flow Data Explained
required array
files An array of PDF files from which to extract the page range.
required string
page_numbers The page numbers to extract from the PDF into a new PDF file. The page numbers should
be in the format: n-m
, where n
is the first page to include and m
is the last page to
include.
required string
function The pdf_tools
function to call, in this case it would be extract_pages