pdf_add_page_numbers
Add page numbers to PDF documents with customizable position, format, starting number, and font size for improved document navigation and organization.
Instructions
Add page numbers to a PDF. Supports configurable position, format, starting number, and font size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the source PDF file | |
| outputPath | Yes | Absolute path for the output PDF | |
| position | No | Position of page numbers. Defaults to bottom-center. | |
| format | No | Number format. Defaults to "Page X of Y". | |
| startFrom | No | Starting page number. Defaults to 1. | |
| fontSize | No | Font size for page numbers (6–24). Defaults to 10. |