Document viewer for self-hosted PDFs?

Any recommendations for an embedded document viewer that can display PDF files hosted on one’s own server?

Tried Google Docs Viewer but it doesn’t play with IE9. Planning to try [URL=“http://flexpaper.devaldi.com/default.jsp”]FlexPaper next, which runs on the server rather than through a 3rd party, and I’d be interested in feedback on this or pointers to similar software.

You could look at pdf.js, a fairly new solution to render pdf using just html and js. I realize this sounds like a prank, but I am not kidding here, I didn’t believe it either until I first saw it.

Since it’s still young there may be glitches (they say so themselves), but it looks very promising I think. Worth a try at least I’d say :slight_smile:

Chrome also has it’s own pdf reader (I don’t mean the Adobe Reader plugin, they really have their own reader), but I don’t know what that is. It may be (based on?) pdf.js as well?

Many thanks for that. Safely bookmarked. Being HTML5, might not be the one for the project in hand as I need to support IE6, though there is a IE hack on Github.