I\'m trying out the pdf.js library and just want to display a local pdf file on my server instead of the pdf file provided by the example.
<
modify pdfjs/web/viewer.js file and change the
var DEFAULT_URL = '<file path on your server>'
This worked when I tried to implement the demo at http://mozilla.github.com/pdf.js/web/viewer.html on my local system