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
files required array
An array of PDF files from which to extract the page range.
page_numbers required string
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.
function required string
The pdf_tools function to call, in this case it would be extract_pages