set_page_size
Set page dimensions in millimeters for a document or specific section to standard sizes like A4 or Letter.
Instructions
Set page size from millimetre values.
Args: width_mm: Page width in mm (e.g. 210 for A4, 215.9 for Letter). height_mm: Page height in mm (e.g. 297 for A4, 279.4 for Letter). para_id: paraId of paragraph with section break. None = body section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width_mm | Yes | ||
| height_mm | Yes | ||
| para_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |