SavePages
Everything enclosed in SavePages is saved internally and not placed into the PDF. Useful if the output might be discarded.
Allowed attributes: name
Child elements: AddSearchpath, AttachFile, Bookmark, DefineColor, DefineFontalias, DefineFontfamily, DefineTextformat, ForAll, Group, Hyphenation, Include, InsertPages, Layout, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Options, Output, PDFOptions, Pageformat, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While
Parent elements: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
The name of the discarded output. For later retrieval with InsertPages.
<Record element="data"> <SavePages name="foo"> <Loop select="100"> <PlaceObject> <Textblock> <Paragraph><Value>Hello world</Value></Paragraph> </Textblock> </PlaceObject> </Loop> </SavePages> <Message select="sd:count-saved-pages('foo')"></Message> <InsertPages name="foo"/> </Record>