$ cnpm install pdfviewer
Lightweight PDF viewer using Mozilla's PDF JS.
npm install
npm run build
Deploy dist
to your own static server.
See example in test directory
The options PdfViewer
accepts are:
pdfUrl(required): URL to your pdf file, can be relative or absolute. If it is a cross-domain path, the remote server must support CORS.
staticHost(required):
Static files host, PdfViewer dependents on Mozila's PDF.js
and our viewer.js
, which must be served.
onerror(optional):
A custom onerror
callback function, if error occurs when reading or rendering your pdf file, this function will be called.
If omitted, our viewer's default error handler will be used.
To get a demo:
npm start
http://localhost:9000
http://localhost:9001
Copyright 2013 - present © cnpmjs.org