fix_page_size
Resize all pages of a PDF to a specific width and height in points. Specify target dimensions and output file to standardize page sizes.
Instructions
Resize all pages to a specific width and height (in points).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| width | No | Page width in points (default 612 = US Letter) | |
| height | No | Page height in points (default 792 = US Letter) | |
| output_name | No | Output file path (defaults to same dir with suffix) |