SavePages
Alle Ausgaben innerhalb von SavePages werden intern gespeichert und nicht ins PDF ausgegeben. Hilfreich wenn die Ausgabe ggf. verworfen werden soll.
Erlaubte Attribute: name
Kindelemente: AddSearchpath, AttachFile, Bookmark, DefineColor, DefineFontalias, DefineFontfamily, DefineTextformat, ForAll, Group, Hyphenation, Include, InsertPages, Layout, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Output, PDFOptions, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While
Elternelemente: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
Der Name der Ausgabe, die verworfen wird. Kann später mit InsertPages wiedergeholt werden.
<Record element="data"> <SavePages name="foo"> <Loop select="100"> <PlaceObject> <Textblock> <Paragraph><Value>Hallo Welt</Value></Paragraph> </Textblock> </PlaceObject> </Loop> </SavePages> <Message select="sd:count-saved-pages('foo')"/> <InsertPages name="foo"/> </Record>