PDF Component
Quickly build integrations connecting your SaaS to the other products your customers use.
Actions
| Action Name | Action Description |
|---|---|
| Extract All Text | Extracts all text from the specified PDF document and returns it as an array of text strings. |
| Extract Page | Extracts the specified page from the PDF document and returns it as a new separate PDF document. |
| Extract Page Text | Extracts text from the specified page range in the PDF document. |
| Extract Structured Text | Extracts all text items from the PDF with their position coordinates, dimensions, font metadata, and layout flags for custom parsing. |
| Extract Table Data | Detects and extracts tabular structures from the PDF using coordinate-based row and column clustering, returning two-dimensional string arrays. |
| Extract Text by Pattern | Extracts text from the specified PDF document that matches the search text. |
| Extract Text with Layout | Extracts text from the PDF with line breaks and paragraph spacing preserved from the original document layout. |
| Find Pattern | Searches the PDF document and returns page numbers containing text that matches the search criteria. |
| Find Text Position | Searches the PDF document and returns the position coordinates of all occurrences of the specified text. |
| Page Numbers | Returns a sequence of page numbers for the PDF document, from 1 to the last page. |