Wraps the pdf-js native javascript pdf viewer to display pdfs in an ember app.
This addon is a work in progress and has a number of limitations currently (listeded below).
ember install ember-cli-pdf-js
- Can't have multiple instances
- No sensible hook to configure pdf-js yet
- Viewer code isn't scoped to the component yet (window, document, hash stuff etc)
- Viewer code hasn't been emberified making it hard to customise the viewer
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.