Add page numbers to a PDF
pdf_add_page_numbersStamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the combination Acrobat cannot do without scripting. Template supports {n} and {total}, e.g. "Page {n} of {total}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the PDF. | |
| text | No | Template, default "{n}". Use {n} and {total}. | |
| style | No | arabic (default) | roman (i, ii, iii) | ROMAN (I, II, III) | |
| position | No | bottom-center (default) | bottom-left | bottom-right | top-center | top-left | top-right | |
| start_at | No | Number to start from (default 1). | |
| font_size | No | Font size, default 10. | |
| skip_first | No | Leave this many leading pages unnumbered, e.g. 1 for a cover. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||