sign_pdf
Add a visible text signature to a PDF, specifying signer name, position, and optional page. Creates a visual signature appearance without certificate-backed authenticity.
Instructions
Add a visible text signature appearance to a PDF; no certificate-backed authenticity is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in points (default 50) | |
| y | No | Y position in points (default 100) | |
| file | Yes | Absolute path to the PDF file | |
| name | Yes | Signer name to display | |
| page | No | Page number (1-based, default: last page) | |
| output_name | No | Output file path (defaults to same dir with suffix) |