adjust_page_layout
Adjust page dimensions and margins for a given page index. Modify width, height, bleeds, and all margins in specified units.
Instructions
Adjust page layout with new dimensions and margins
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIndex | Yes | Page index | |
| width | No | Page width (e.g., "600px", "8.5in") | |
| height | No | Page height (e.g., "800px", "11in") | |
| bleedInside | No | Inside bleed (e.g., "3mm") | |
| bleedTop | No | Top bleed (e.g., "3mm") | |
| bleedOutside | No | Outside bleed (e.g., "3mm") | |
| bleedBottom | No | Bottom bleed (e.g., "3mm") | |
| leftMargin | No | Left margin (e.g., "20mm") | |
| topMargin | No | Top margin (e.g., "20mm") | |
| rightMargin | No | Right margin (e.g., "20mm") | |
| bottomMargin | No | Bottom margin (e.g., "20mm") |