I am hiding subsubsections in my TOC because they got too many. But I would like them to show up in the navigation when viewing the document as PDF anyway. Is there any way to do this, and how?
\documentclass{article}
\usepackage[pdfdisplaydoctitle=true,pdfstartview={FitB},bookmarksopen,colorlinks=true]{hyperref}
\setcounter{tocdepth}{2}
\begin{document}
\tableofcontents
\section{Section}
\subsection{Subsection}
\subsubsection{Subsection}
\paragraph{Paragraph}
\end{document}