pdf_sign
Add a signature image to a PDF at a chosen position on any page, with adjustable width and margin.
Instructions
Add a signature image to a PDF with smart positioning. Simplified alternative to pdf_add_image for signing documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page to sign (1-indexed). Default: last page. | |
| width | No | Signature width in points (default: 150). Height scales proportionally. | |
| margin | No | Distance from page edge (default: 50) | |
| filePath | Yes | PDF file path | |
| position | No | Signature position (default: bottom-right) | bottom-right |
| imagePath | Yes | Path to signature image (PNG or JPG) | |
| outputPath | Yes | Output path |