Edit PDF
Search and replace text in a PDF. Redacts matched text and overlays new text with configurable font size, color, and alignment.
Category: Structured Data Files (Excel, JSON, PDF) · Group: Files · Activity name: EditPDF

Example
outputVariable = EditPDF("<filePath>", [], outputPath="<outputPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| PDF File Path | string | Yes | Path to the PDF file to edit. | |
| Output Path | string | Path for the edited PDF. If empty, overwrites the input file. | ||
| Replacements | array | Yes | List of text replacements to apply. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Path to the edited PDF file. |