Getting Started


If you are new to the HTML document/canned email tag system, you can get an overview of tags, objects and loops here


Accessing The PostCutImposition Object


Access to this object is dependent on what document or canned email type you are trying to access the object from. Start by finding the document or canned email type you are working with from the links provided below. Follow the chart for your specified document or canned email type to see if the object is accessible, and if so, where it is located.  You may need to use a combination of loops and/or chaining to access this object. 


HTML Tags by Document Type

HTML Tags by Email Type


Accessing The PostCutImposition Tags


Assuming you have access to the PostCutImposition object, you must do one of the following:


1. Prefix the object's name to the required tag


Here is a chart displaying these use cases.


 
SyntaxExample
1
{{PostCutImposition.TagName}}
{{PostCutImposition.BottomBleed}}


To use the image tag, a specific class needs to be added to the <style> section

  .imposition-container {
         display: inline-block;
     }

And around the tag in the body

<div class="imposition-container clear-fix" style="height: 300px;">
{{{PostCutImposition.Image}}}
</div>



Overview


Tag Name
Description
Type
AcrossThe number of images calculated across the imposition.Whole Number
BottomBleed
The value that has been input in the bottom bleed field.Decimal Value
BottomPrintSafeMarginThe value that has been input in the bottom print safe margin field on the press.
Decimal Value
DownThe number of images calculated down the imposition.Whole Number
GripperThe gripper value passed from the press.
Decimal Value
HasBleedTrue if the item has bleeds, False if it doesn't
True/False
HorizontalGutterThe value that has been input in the horizontal gutter field.
Decimal Value
IdThe Id of the imposition.Guid
ImageThe image of the imposition layout.
String
IsImpositionCenteredTrue if the imposition is centered on the page, False if it isn't.True/False
LeftBleed
The value that has been input in the left bleed field.Decimal Value
LeftPrintSafeMarginThe value that has been input in the left print safe margin field on the press.
Decimal Value
PageLengthThe item's flat size length.Decimal Value
PageWidthThe item's flat size width.Decimal Value
RegistrationLeader
The value that has been input in the registration leader field.Decimal Value
RegistrationTrailer
The value that has been input in the registration trailer field.
Decimal Value
RightBleed
The value that has been input in the right bleed field.
Decimal Value
RightPrintSafeMarginThe value that has been input in the right print safe margin field on the press.
Decimal Value
SheetLengthThe item's run size length.Decimal Value
SheetWidthThe item's run size width.Decimal Value
TopBleed
The value that has been input in the top bleed field.
Decimal Value
TopPrintSafeMargin
The value that has been input in the top print safe margin field on the press.
Decimal Value
VerticalGutter
The value that has been input in the vertical gutter field.
Decimal Value