Version 5.5.8

AtPageShipout

The enclosed instructions will be executed when the page is placed into the PDF file. Used in Pagetype .

Child elements

AddSearchpath , AttachFile , Bookmark , ClearPage , Copy-of , DefineColor , DefineFontalias , DefineFontfamily , DefineMatter , DefineTextformat , ForAll , Group , Hyphenation , Include , InsertPages , Layout , LoadDataset , LoadFontfile , Loop , Message , NextFrame , NextRow , Options , Output , PDFOptions , Pageformat , Pagetype , PlaceObject , ProcessNode , SaveDataset , SavePages , Section , SetGrid , SetVariable , SortSequence , StructureElement , Switch , Until , Value , While

Parent elements

Pagetype

Attributes

graphic (text, optional, since version 4.3.14)
The name of a metapost graphic.

Example

<AtPageShipout>
  <PlaceObject column="1" row="20">
    <Textblock>
      <Paragraph>
        <Value select="sd:current-page()"/>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</AtPageShipout>