Bookmarks
PDF document Bookmarks can be set in two ways:
<bookmarkcontent="Buffalo"level="0"/>
or
<?php$mpdf->Bookmark("Buffalo",0);
Bookmark(string $content [, integer $level])
NB: Bookmarks use system fonts, therefore any Unicode text can be used, even if a unibyte codepage is being used for the document.
See: