使用 PDFJS 以全屏模式查看 PDF 文件

dan*_*020 2 javascript pdf pdf.js

我正在使用 pdfjs-dist 模块在模式弹出窗口中显示 pdf 文件。我可以应用一些功能:更改/转到页面、缩放等...

我想以全屏或演示模式查看pdf文件,就像pdfjs的演示一样:

https://mozilla.github.io/pdf.js/web/viewer.html

我查看了 pdfjs 源代码,但我不知道如何进入全屏/演示模式。

小智 5

<iframe height='100%' width='100%' scrolling='no' allowfullscreen webkitallowfullscreen src='./viewer.html?file=./PDFFile.PDF'></iframe>
Run Code Online (Sandbox Code Playgroud)

allowfullscreenwebkitallowfullscreen完成演示模式的技巧。