-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Others have taken a crack at getting pdf.js working with ember but the projects didn't meet the needs of my project (full mozilla viewer) or were incomplete (no cmaps, no compatability.js) so I created this project.
https://github.com/mysterlune/ember-pdfjs
https://github.com/rmachielse/ember-cli-pdfjs
Ideally I think we need the following projects to cover all use cases and minimise duplication:
ember-pdf-js
Imports and sets up pdf.js without a viewer. People can then implement their own viewer or
ember-pdf-js-viewer
Uses ember-pdf-js to set up pdf-js and contains an emberified version of the mozilla viewer with as much of its functionality as possible (paging, printing, side panel with
ember-pdf-js-alt-viewer
A custom bare bones pdf viewer, built from scratch for ember. Similar to what @rmachielse is trying to achieve.