Multiple Documents

With Printess you create Templates. A Template contains one or multiple Documents.

Having multiple documents in one template is super handy:

If you are using a document inside antother document, it’s called a Sub Document

Working with Multiple Documents

Learn how to manage multiple documents inside a Printess template. See how previews and conditions work and how to print something else then you show to the buyer.

Sub Documents

Sub Documents are the Swiss Army Knives of complex tasks in Printess.

Sub Documents are especially useful in the following situations:

One has to imagine a Sub Document as one of the pages of another document placed into the main document like an image. The magic thing is: it’s not an image, but a personalizable document.

Essentially every document can be a Sub Document. Just create another document. Simply go back to the main document and switch to the Sub Document tab, then all other documents are shown with their first page as icons in the Sub Document Feature tab.

Sub Document Tab

The small folder icon beside the document name will switch to this Sub Document. Click on the icon to insert the Sub Document into your document. Once inserted you can adjust the size of it and much like an image, you can fit, fill or crop it in its frame. Read more about Sub Document fitting here!

A Sub Document also has the option to select from one of its pages (Spreads). This is done by enabling Show Spread as Form Field in the Sub Document Frame Feature tab. Read more about Sub Page selection here..

One interesting aspect of selecting a page of a Sub Document on the Buyer Side, is that if you use text or image Frames and switch on Show Spread as Form Fields for personalizable features, the Buyer can select a Page and this will also define the user interface shown, as only the Frames on the selected page will show its form fields. This clearly does not work with general document form fields created in the Resource tab, as they are global to all pages.

Use for Preview

Normally one would like to create their design on a flat surface. Once the design is done a good product preview will sell the item.

This can be achieved by warping the main document into a product preview.

In this designable drinking glass document, the Buyer designs his document essentially in a Sub-Document with the de-rolled printable area as document size.

Document Design Buyer

When the Buyer is happy with his design he can switch to the Preview Document, where the design is placed as a Sub Document warped on the glass front and back by cropping and using the Mug Warp feature.

Preview Design

The same principle applies to creating a document for printing. Besides the printing area, the document may need to contain a Barcode for the production workflow, a human readable customer name and a preview of the finalized product for quality control. Printess can achieve all of this in one simple Template!

Preview Design

Our example document Chocolate Bars shows a very nice example of a configurable chocolate bar where the Photorealistic Preview itself is the configuration interface. This example also uses the Spread Selection form field to change the Sub Documents between Banana or Strawberry - really impressive!

Chocolate Bar Example

Please have a look at the Chocolate Bar Example which is available in the Create New Document screen. If you look under the hood of this document you will see that the design itself is still just a simple, flat, very easy to maintain document.

Notice: As we can see in the above examples, Printess can utilize many Sub Documents and their applied Wraps and Effects to create beautiful previews for the Buyer. Unfortunately, these same Wraps and Effects can impact rendering times on the Buyer Side as well as within the Printess Editor.

When using multiple Sub Documents, consider changing the render quality settings in the Sub Document Frame Feature tab. icon

Render Quality Menu Ex

Low render quality settings will have a poor quality but high render speed, while high render quality settings have a high quality but may render slower.

Read more about render quality settings here.

Tip: If you have to transform your Sub Docuemnt to create a realistic Preview be aware that the “Perspective” Transformation Option is much faster in rendering than the “Mesh” option.

Use for Flexible Layouts

It’s super handy to use Sub Documents in conjunction with Splitters to build layout which can adapt to various page sizes and aspect ratio’s.

Read more about flexible layouts with sub documents

Use as Functional Block

Sometimes you need a graphical element which is also a functional block of the document. Let’s have a look at a simple example of a typically formatted price tag with an input box to change the price.

Price Tag Example

As this cannot be achieved with a single line text frame, the solution is to create a Sub Document for the price tag which will break up the price into a large number and a smaller cents number.

To do this, create two Single Line text boxes and arrange them as you would like. Then just create a Document Form Field named “price” and add two small script literals to make this price tag functional:

Price Tag Main

Note that the text for the big number contains a small JavaScript literal:

${form.price.split(".")[0]}

This splits the price by . and selects the portion before it at index [0]].

Price Tag Small

${form.price.split(".")[1] || "00"}

The cents are done the same way except that the second portion at index [1] is taken.

Grid Style Calendar
Printess enables for incredibly complex building blocks, which can then be used across several pages. One of the more intricate but powerful examples can be found in the Calendar Grid Style example one can create at the New Document tab.

Price Tag Small

Have a look into the month Sub Document. Not only can it calculate the existing days of a month in any given year but it can take data from an events table full of holidays and birthdays, and its design is completely controlled via Styles.

Read more about how the calendar was created in the Scripting section of the manual.

Use to Create Pattern Designs

If you offer textile printing or you want to design a wrapping paper for example you will need to create a repeating pattern. Just place your layout as a sub-document and set the Sub-Document Placement of the frame to tile.

Sub Document Placement Tile

Printess will automatically generate a repeating pattern.

Sub Document Placement Tile Example

Pattern Distribution allows you to define the alignment of the repeated Sub Document.

Sub Document Pattern Distribution

This graphic shows you the result of the different Pattern Distribution options:

Sub Document Pattern Distribution

Pattern Tile Width enables you to define the size of the repeated Sub Document.

Sub Document Pattern Distribution

By default it is set to the maximum width of 100px. But you can type in any other value and change the unit to pt, cm, mm, inch or %.

This graphic shows you the result of different Pattern Tile Width settings:

Sub Document Pattern Distribution

To make a Pattern Tile Width Slider available at the Buyer Side it takes some additional steps:

  1. You have to define a Form Field with a special Number Type called patternTileWidth.
    Use the Form Field Wizard to create a Single Line Text Form Field and a Style. Name the Style: PatternTileWidth and the Form Field zoom to click “OK”

Set Up FF and Style Pattern Tile Width

  1. Open the properties of that Form Field to change two setting. Change the Data Type to number and the Number Type to patternTileWidth to click ok.

Set Up FF to Number And PatternWidth

  1. Click the plus icon at the Style PatternTileWidth to select Sub Document patternTileWidth.

Add Pattern Tile Width to Style

Now click the gear icon of the Style to select Assign To Frame while the Sub Document Frame is activated.

Add Pattern Tile Width Style To Sub Document Frame

Add the percent character “%” to the TextAfter of the PatterTileWidth Style.

Add Pattern Tile Width Style To Sub Document Frame

Now the Zoom Slider is available at the Buyer Side

Tile Width Slider Buyer Side

Rotation of Pattern

Tile Rotation

You can define a value for the rotation of the Pattern. So that each single element will be rotated by random.

Tile Rotation

Density of Pattern

Tile Rotation

You can define a value for the density of the Pattern. This will create a Pattern of more elements which are closer.

Tile Rotation

Keep Pattern Inside

Keep Pattern Inside Setting

By default the Pattern fills the frame so that the single elementsat the edge are cropped.

If you activate the option Keep Pattern Inside non of the elements will be cropped.

Keep Pattern Inside

Other Use Cases

Please have a look at our Children’s Book example where a Sub Document is used to propagate the hair style throughout the document.

Price Tag Small

Read more about the Children’s Book in the Styles and Form Fields chapter here!

In the same chapter we also talk about the Retro Sign example. This example also makes extensive use of Sub Documents to create convenient features likes holes, varnishing and corner cuts in the document.

(Read more about the Retro Sign in the auto-generated and special Form Fields chapter.)