It seems bookmarks do not work, when PDF/X is used. For example
\documentclass{book}
\usepackage[x-302]{pdfx}
\hypersetup{final}
\begin{document}
\chapter{A Section}
asdf
\chapter{Another Section}
asdf
\end{document}
This tex does not produce pdf bookmarks for the sections. Changing from x-302 to a-1b, however, will produce bookmarks as expected.
How can I get bookmarks with PDF/X formats?
pdfxcode. Thepdfxswitch (enabled byx-302) explicitly setsbookmarks=falsein\hypersetup. You might get away with just setting\hypersetup{bookmarks=true}(untested) – daleif Apr 20 '17 at 13:00bookmarkshaving already been set. – daleif Apr 20 '17 at 14:17\hypersetup{bookmarks=true}in a simplehyperrefdoc (nopdfx) – daleif Apr 20 '17 at 14:22