Version 5.5.8

Bookmark

Create a bookmark for the PDF viewer (e.g. Adobe Reader). When the user clicks on a bookmark, the PDF viewer jumps to that place in the document.

Child elements

(none)

Parent elements

AtPageCreation , AtPageShipout , Case , Contents , ForAll , Loop , Otherwise , PlaceObject , Record , SavePages , Td , Text , Textblock , Until , While

Attributes

level (number)
1 is the top level, 2 is the next level, etc.
open (optional)
If yes, the child elements are shown. If no, the child elements are hidden.
  • yes: Show children.
  • no: Hide children.
select (XPath expression )
Title of the bookmark

Example

<Bookmark level="1" select="$title" open="no" />

Create a bookmark on level 1 (top level) with the title stored in the variable title.