-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77d8100
commit 7596465
Showing
9 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Multi-Page Support in GraFx Studio | ||
|
||
**GraFx Studio** supports multi-page documents[^1]. | ||
|
||
This is primarily relevant in a **print environment**. Understanding when and why to use multiple pages depends on the **intent** of your design project. | ||
|
||
[^1]: As of writing, a maximum of 50 pages is supported. | ||
|
||
## When to Use Multi-Page Documents | ||
|
||
GraFx Studio offers three [layout **intents**](/GraFx-Studio/concepts/layout-intent/). | ||
|
||
## Why Multi-Page Only Makes Sense for Print | ||
|
||
In print workflows, multi-page documents are common and essential for: | ||
|
||
- **Brochures**: Combining several pages to convey detailed information. | ||
- **Flyers, leaflets**: Presenting extensive content across multiple pages. | ||
- **Business cards**: Typically front- and backside | ||
- **Reports and Booklets**: Structuring content into chapters or sections. | ||
|
||
In **digital static** and **digital animated** designs, the concept of multiple pages doesn’t apply. These projects typically involve single-page outputs designed for screens, where navigation is handled differently (e.g., scrolling, slideshows, or animations). | ||
|
||
## How To | ||
|
||
See [How to add, hide, and delete pages](/GraFx-Studio/guides/pages/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Multiple Pages | ||
|
||
See also: [Pages & Layout Intents](/GraFx-Studio/concepts/pages/) | ||
|
||
![screenshot-full](multipage.gif) | ||
|
||
## Add Pages | ||
|
||
Choose **Layouts** > **Pages** > **Add Page** | ||
|
||
!!! info "Intent matters" | ||
Add Pages is only visible for layouts with print intent | ||
|
||
## (Re-)Arrange Pages | ||
|
||
Drag a page before or after another page. | ||
|
||
![screenshot-full](arrangepages.gif) | ||
|
||
## Hide Pages | ||
|
||
Click the **Eye** icon on the page, or **"..."** > **Hide Page** | ||
|
||
### Good to Know! | ||
|
||
- When only one page is visible, it cannot be hidden. | ||
The **Show/Hide** option is disabled, and the Eye icon/toggle is hidden. | ||
- Hidden pages can still be selected and edited. | ||
- Hidden pages do not output. | ||
|
||
![screenshot](page01.png) | ||
![screenshot](page02.png) | ||
|
||
- Visibility applies to all [layouts](/GraFx-Studio/concepts/layouts/). | ||
It is not possible to hide different pages in different layouts. | ||
- When a document is loaded, the first visible page is selected. | ||
|
||
![screenshot](page01.png) | ||
|
||
!!! info "[Studio UI](/GraFx-Studio/concepts/template-management/) Considerations" | ||
|
||
- Hidden pages are ignored. | ||
The page navigation panel only shows snapshots of visible pages. | ||
When only one page is visible, the panel is hidden. | ||
In the example below, page 1 is hidden, so it is not shown in the panel: | ||
|
||
![screenshot-full](page03.png) | ||
|
||
- Page numbers only reflect visible pages (the end-user doesn’t need to know about hidden pages). | ||
- Upon loading, the first visible page is selected. | ||
|
||
!!! warning "Digital" | ||
|
||
- Layouts with a **digital intent** use the first **visible page** instead of always using page 1. | ||
If you hide page 1, it affects all digital layouts. | ||
|
||
## Delete Pages | ||
|
||
Click **"..."** > **Delete Page** | ||
|
||
Confirm the deletion (or cancel). | ||
|
||
!!! info "Delete Last Page" | ||
|
||
When only one page is visible, it cannot be deleted. | ||
The **Delete** option is disabled. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters