SetaPDF_Merger::setAddBookmarks()
Description
class SetaPDF_Merger extends SetaPDF {
void setAddBookmarks ( [boolean $addBookmarks=true[, boolean $showOutline=true]] )
}
With this method you can define that the API should add bookmarks to the resulting PDF document.
By default this behavior is set to false.
Parameters
$addBookmarks
A boolean value:
true: add bookmarks
false: add no bookmarks (default)
$showOutline
If this parameter is set to true, the bookmarks outline is visible when opening the resulting PDF document.