/** * Until we have our own implementation of the /web/static/lib/pdfjs/web/viewer.{html,js,css} * (currently based on Firefox), this method allows us to hide the buttons that we do not want: * * "Open File" * * "View Bookmark" * * "Print" (Hidden on mobile device like Android, iOS, ...) * * "Download" (Hidden on mobile device like Android, iOS, ...) * * @link https://mozilla.github.io/pdf.js/getting_started/ * * @param {Element} rootElement */ export function hidePDFJSButtons(rootElement: Element): void;