Skip to main content

Create Bookmarks Node (Document)

What it does

Existing bookmarks are deleted and new accessible and nested bookmarks are created based on the heading tags in the document.

Use it for

  • Documents with headings and without bookmarks.
  • Documents with headings and incorrect or inaccessible bookmarks.
  • Documents without headings and with incorrect bookmarks. The existing bookmarks will be deleted.

How to use it

  1. Drag and drop the node from the Node Library into your template:
    Node Library > Folder Document
  2. Connect the node with other nodes in the Execution Flow of your template.
  3. Specify the settings in the Node Properties task pane.

Node Properties

Node Name

You can assign a custom name to the node to help identify its purpose within your template.


Levels

Define the number of heading levels that should be included in the bookmarks based on the Hn tags. 

Expected return type: integer

Example 1:

3

The bookmarks are created from H1, H2 and H3 tags.

Example 2:

6

The bookmarks are created from H1, H2, H3, H4, H5 and H6 tags.


Open

Define which bookmark levels should be expanded.

Expected return type: boolean

Example 1:

level in [1,2,3]

The levels 1, 2 and 3 are open.

Example 2:

true

All levels are open.

Example 3:

false

None of the levels are open.


Bold

Define which bookmark levels will be formatted as bold.

Expected return type: boolean

Example 1:

level = 1

Only level 1 is formatted as bold.

Example 2:

true

All levels are formatted as bold.

Example 3:

false

None of the levels are formatted as bold.


Italic

Define which bookmarks levels will be formatted as italic.

Expected return type: boolean

Example 1:

level >= 3

All levels from 3 upwards are formatted as italic.

Example 2:

true

All levels are formatted as italic.

Example 3:

false

None of the levels are formatted as italic.