It seems Prince generates PDF bookmarks from all header tags in html: h1, h2 etc. Is it possible to restrict bookmarks to for instance h1 and not h2, h3 etc?
Forum › How do I...?
PDF bookmark from h1, h2 etc...how to not create bookmark.
Yes, you can override the settings in the default HTML style sheets:
h2, h3 { prince-bookmark-level: none }