PDF Tools
Extract CSV from PDF
Extracts CSV from a PDF File
Uses
Use this task for extracting CSV data from a PDF file into a CSV file.
Basic Usage
Flow Data Explained
required array
files An array of PDF file objects from which to extract CSV data from.
required string
page_numbers The page numbers or page number range from which to extract the CSV data from the PDF file. Page number ranges can be specified in the format
n-m
, where n
is the starting page and m
is the last page for example: 5-9
. If CSV needs to be extracted from all pages, the value of all
can be used.
required string
function The pdf_tools
function to call, in this case it would be pdf_to_csv