> 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/guides/customize-jobs-in-the-web-editor.md).

# Customize Jobs in the Web Editor

The PrintUI web editor opens from a host website or platform. The available controls depend on the template and launch options.

***

## Edit text

Select an editable text frame. If the text palette is available, use it to change the font, size, style, alignment, color, and other text attributes. If the styles palette is used, choose from approved paragraph and character styles.

If the Glyph button is available, use it to insert special characters.

## Replace images

Select an editable image frame and choose an image from the gallery or upload pane if enabled. Depending on editor configuration, you may be able to crop, rotate, align, arrange, or fit the frame to content.

If an image resolution warning appears, choose a higher-resolution image or reduce how large the image is used.

## Add content

Some templates allow adding new text frames, new images, or rectangles. These buttons may be hidden for strict brand-control workflows.

New text frames use defaults from the editor launch options and template, including default width, height, font and font style.

## Edit pages

When page editing is enabled, page thumbnails may allow adding a page before or after the current page, deleting a page, or changing the page layout to match a parent page. When page moving is enabled, thumbnails can be dragged to reorder pages.

## Finish review

Preview the job and check every required page. Resolve overset text, low-resolution images, and page warnings before choosing <kbd>Finished</kbd>.


---

# 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/guides/customize-jobs-in-the-web-editor.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.
