1. PDF Tools
  2. Extract CSV from PDF

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

loading...

Flow Data Explained

files
required
array

An array of PDF file objects from which to extract CSV data from.

page_numbers
required
string

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.

function
required
string

The pdf_tools function to call, in this case it would be pdf_to_csv