-
Notifications
You must be signed in to change notification settings - Fork 10k
PDF Viewer (Chrome extension)
The PDF Viewer is a Chrome extension that displays PDF files using PDF.js.
Install it from https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm .
See What are the PDF.js keyboard shortcuts? for shortcuts and other advanced UI features.
Visit chrome://extensions/?options=oemmndcbldboiebfnladdacbdfmadadm
to change the default settings, such as whether to enable the hand tool by default, or to enable tools for debugging PDF.js.
By default, the extension is disabled in incognito mode and on local files. Visit chrome://extensions/?id=oemmndcbldboiebfnladdacbdfmadadm
and click on "Allow in incognito" to allow PDF files to be viewed in incognito mode, and "Allow access to file URLs" to allow local PDF files to be viewed.
Administrators can also use Group policies to set the default settings for deployment in an educational or enterprise environment. See https://github.com/mozilla/pdf.js/pull/5082 for documentation.
Found a defect? Open a new issue and include a clear description of the problem (see https://github.com/mozilla/pdf.js/blob/master/CONTRIBUTING.md).
There is also a support page at the Chrome Web Store (https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm/support), but it's not read very often due to the lack of notifications.
As of version 1.5.285, the extension sends at most two pings a day to pdfjs.robwu.nl so that the developers know which versions of Chrome we need to take into account. The source code and privacy policy are published at https://github.com/Rob--W/pdfjs-telemetry.
Rob Wu (@Rob--W) maintains the Chrome extension and manages its listing in the Chrome Web Store. Contact him for questions about the extension (e.g. "When will the PDF Viewer be updated?").
The release process is as follows:
- Update the cws-release@Rob--W branch to the master branch.
- Apply extra patches on top of the cws-release. This is only done for (critical) bugs that impact the usability of the PDF viewer.
- Build and test the extension.
- Look at the user feedback at the Chrome Web Store support page and check whether the bugs are fixed.
- Upload to the Chrome Web Store dashboard.
- Push changes to cws-release@Rob--W branch, tag the release at https://github.com/Rob--W/pdf.js/releases and respond to bugs reports on PDF.js's issue tracker and the Chrome Web Store support page.