Create Custom Word Template
You can create custom Word templates for publishing documents. The templates can be stored either on the local machine or on a network and can be accessed during publish.
Tags are used to extract information from a Publisher document in to a Word template.
Storyboard Tags
- Storyboard\Number - Displays the storyboard number when called in a template.
- Storyboard\Name -Displays the storyboard name when called in a template.
- Storyboard\Description - Displays the storyboard description when called in a template.
- Storyboard - Top-level tag that wraps all the above tags.
Note: The Storyboard tag must be used to wrap all other storyboard tags for the template to work.
Snapshot\Transition\PartslistTags
- Snapshot\Number - Displays the snapshot number when called in a template.
- Snapshot\Name -Displays the snapshot name when called in a template.
- Snapshot\Description - Displays snapshot description when called in a template.
- Snapshot\Image[Resolution] - Displays an image of the snapshot to the resolution.
- Snapshot\Image[PublishArea] - Displays an image of the snapshot to the publish area resolution value.
- Transition\Image[Resolution][t=multiplier (Value from 0 to 1) ]- Displays the transition image at the given time and resolution.
Transition Duration - 10 sec
t = 0.5 implies 0.5*10=5 seconds
Transition image at the Fifth second
- Transition\Image[PublishArea][t=multiplier (Value from 0 to 1) ]- Displays the transition image at the given time and publish area resolution value.
- Transition\Description - Displays the transition description when called in template.
- Snapshot\Partslist -Displays the parts list when called in template.
Note: Publish to canvas needs to be ON for the parts list to be recognized in the template.
- Snapshot - Top-level tag that wraps all the above tags.
Note: The Snapshot tag must be used to wrap all other snapshot tags for the template to work.