pdf_page_numbers
Add page numbers to PDF pages with customizable position, prefix, suffix, and starting number.
Instructions
Add page numbers to every page. Supports various positions, custom prefix/suffix, and starting number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Color (default: dark gray) | #4d4d4d |
| margin | No | Edge distance in points (default: 30) | |
| prefix | No | Prefix text (e.g. "Page ") | |
| suffix | No | Suffix text (e.g. " of 50") | |
| filePath | Yes | PDF file path | |
| fontSize | No | Font size (default: 10) | |
| position | No | Position (default: bottom-center) | bottom-center |
| outputPath | Yes | Output path | |
| startNumber | No | Starting number (default: 1) |