Configuring sheet layout > Configuring sheet layout resources > Adding overlays

Adding overlays
You can add an overlay to a sheet.
To add an overlay
1
In the Sheet Layout editor, select Sheet Layout in the Category tree.
2
3
If you want to add an overlay to a page according to a condition, for example if the page is the first one in the envelope, you can use the InsertOverlay script function.
Example 1
if (isFirstPageInEnvelope())
{insertOverlay("overlay1", 0, 0)
 
To add a post-processing script, see StreamServe Document sorting and bundling documentation.
OpenText StreamServe 5.6 Updated: 2013-03-01