Icon

PDF Component

Quickly build integrations connecting your SaaS to the other products your customers use.

About the PDF Component

Search and extract data from PDF documents

Actions

Action NameAction Description
Extract All TextExtracts all text from the specified PDF document and returns it as an array of text strings.
Extract PageExtracts the specified page from the PDF document and returns it as a new separate PDF document.
Extract Page TextExtracts text from the specified page range in the PDF document.
Extract Structured TextExtracts all text items from the PDF with their position coordinates, dimensions, font metadata, and layout flags for custom parsing.
Extract Table DataDetects and extracts tabular structures from the PDF using coordinate-based row and column clustering, returning two-dimensional string arrays.
Extract Text by PatternExtracts text from the specified PDF document that matches the search text.
Extract Text with LayoutExtracts text from the PDF with line breaks and paragraph spacing preserved from the original document layout.
Find PatternSearches the PDF document and returns page numbers containing text that matches the search criteria.
Find Text PositionSearches the PDF document and returns the position coordinates of all occurrences of the specified text.
Page NumbersReturns a sequence of page numbers for the PDF document, from 1 to the last page.