> For the complete documentation index, see [llms.txt](https://docs.santacruzsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.santacruzsoftware.com/printui/reference/indesign-feature-support.md).

# InDesign Feature Support

PrintUI supports many InDesign features, but the browser editor cannot reproduce every InDesign behavior.

## Generally supported

* Standard rectangular text frames.
* Linked images.
* Paragraph and character styles.
* RGB and CMYK colors, with RGB recommended for editor display.
* Spot colors with RGB or CMYK definitions.
* Tables with restrictions.
* Transparency and blending for final output, with possible editor-display differences.
* Background and Foreground layer artwork.

## Supported with restrictions

<table data-search="false"><thead><tr><th>Feature</th><th>Notes</th></tr></thead><tbody><tr><td>Groups</td><td>Ungrouped during packaging when editable.</td></tr><tr><td>Text wrap</td><td>Supported on non-editable layers; editable text frames ignore text wrap.</td></tr><tr><td>Gradients</td><td>Supported on Background and Foreground layers, not editable layers.</td></tr><tr><td>Line objects</td><td>Supported on non-editable layers; use narrow rectangles for editable lines.</td></tr><tr><td>Polygons</td><td>Supported as filled shapes, not as text frames.</td></tr><tr><td>Underline</td><td>Supported, but underlines use text color.</td></tr><tr><td>Bullets and numbering</td><td>Best through paragraph styles.</td></tr><tr><td>Tables</td><td>Require styles palette for structure and formatting changes.</td></tr><tr><td>Bleeds and crop marks</td><td>Use PDF presets or manually drawn guide/mark workflows.</td></tr></tbody></table>

## Not supported for editable content

* Facing-page spreads.
* Text on a path.
* Anchored objects.
* Track Changes.
* Stroked text from InDesign.
* Strikethrough, paragraph rules, drop caps, and span columns.
* Paste-into masking for editable content.
* Embedded images copied and pasted into the document.
* LAB color mode in the editor.
* Snapping to guides or grids.
* Adding new tables in the editor.

When unsupported features are required visually, place them on fixed layers or convert them to linked images where appropriate.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.santacruzsoftware.com/printui/reference/indesign-feature-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
