set_page_margins
Set page margins for your document by specifying top, bottom, left, and right values in centimeters. Optionally apply to a specific section.
Instructions
Set page margins for the document.
Args: top: Top margin in centimeters bottom: Bottom margin in centimeters left: Left margin in centimeters right: Right margin in centimeters section_index: Section to apply to (default: 0)
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| left | No | ||
| right | No | ||
| bottom | No | ||
| section_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |