InsertPages(document_name, page_selector, strProcesslink);
document_name
The name of the static document to use as the source for pages to be inserted.page_selector
Selector of pages that will be processed. See below for detailed syntax.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.If ${<variable>} or $<variable> is used on the document_name document, it is replaced by the $<variable> value when the InsertPages function is called.page_selector is a string with the following syntax:
* 2 1-3 3-1 1,3-4,6
Wrong syntax or if specified page number does not exist will return an error and no pages are inserted.
0num>0
InsertPages("SummaryDocument","", "SummaryProcessLink");InsertPages("SummaryDocument","1,3,7,2,4-5");
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |