Script functions reference > Script functions in alphabetical order > I > InsertPage

InsertPage
Syntax
InsertPage(overlay_name, strProcesslink);
overlay_name
strProcesslink
The name of the process link. If not specified, the current process link is used if it is available, otherwise the default process link is used.
Description
Inserts a new page in the output stream.
If ${<variable>} or $<variable> is used on the overlay_name overlay it is replaced by the $<variable> value when the InsertPage function is called.
The function can be used at the following post-processing scripting levels:
Before and after document, process and page.
Returns
0
num>0
Example
InsertPage("SummaryOverlay","SummaryProcessLink");
OpenText StreamServe 5.6 Updated: 2013-03-01