Skip to content Skip to sidebar Skip to footer

Mozilla Pdf.js Without Fullview

I liked this pdf viewer https://github.com/mozilla/pdf.js/ Demo: http://mozilla.github.com/pdf.js/web/viewer.html I want to open this in a div (say 400px width) How can I do that?

Solution 1:

The best way is with a iframe, if it is what you mean. You want to see that page inserted on your page?

If its, use and set the size and scroolbars properties to see it on the size that you want, there is the property src i think where you can put the url.

Post a Comment for "Mozilla Pdf.js Without Fullview"