We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDFjs 4.x is out with some breaking changes, optimizations and bugfixes. 🚀
The text was updated successfully, but these errors were encountered:
Luckily the 2.x version can also use native HTML5 instead of PDFjs.
But on the other side if you only need the HTML5 rendering you can just do
<object data="https://foo.com/bar.pdf" type="application/pdf" width="100%" height="500px"> <p>Unable to display PDF file. <a href="https://foo.com/bar.pdf">Download</a> instead.</p> </object>
and avoid this extension.
Sorry, something went wrong.
No branches or pull requests
PDFjs 4.x is out with some breaking changes, optimizations and bugfixes. 🚀
The text was updated successfully, but these errors were encountered: