create_page_guides
Add column and row guides to an InDesign page, specifying count, gutters, color, margin fitting, and layer placement. Optionally remove existing guides beforehand.
Instructions
Create guides on a page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIndex | Yes | Page index | |
| numberOfRows | No | Number of rows | |
| numberOfColumns | No | Number of columns | |
| rowGutter | No | Row gutter in mm | |
| columnGutter | No | Column gutter in mm | |
| guideColor | No | Guide color (RGB values as comma-separated string or UI color name) | BLUE |
| fitMargins | No | Fit guides to margins | |
| removeExisting | No | Remove existing guides | |
| layerName | No | Layer name to create guides on |