- Documentation
- Activities
- Documents
- Extract Text from PDF
Pull all readable text from a PDF document
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
PDF File Path pdfFilePath | file | Required | — | — |
Extract From extractionType | enum | Optional | all | —allpagesrange |
Page Numbers pageNumbers | string | Optional | — | — Shown when extractionType = pages |
Start Page startPage | number | Optional | — | — Shown when extractionType = range |
End Page endPage | number | Optional | — | — Shown when extractionType = range |
Output Variable outputVariable | variable | Optional | PdfText | — |
Output
PdfTextObjectExtracted text and metadata
textStringtotalPagesNumberpagesArray
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Extract Images from PDF
Save images embedded in a PDF file
Add Slide
Add a new slide to a PowerPoint presentation
Close PowerPoint Presentation
Close an open PowerPoint presentation and release resources
Close Word Document
Close an open Word document and release resources
Convert PowerPoint to PDF
Convert a PowerPoint presentation to PDF format
Convert Word to PDF
Convert a Word document to PDF format