I'm somewhat disappointed by the ways I've found to embed a PDF in a web page for user interaction... My main gripe at the moment is with Chrome, as it appears the Chrome PDF reader does not correctly implement the PDF Open parameters (https://code.google.com/p/chromium/issues/detail?id=64309).<p>So, my question: is there any friendly, use-and-forget service out there where I can just upload the PDF, easily embed it into my website and have the same interface cross-browser for interacting with the PDF, as well as the possibility to open it with "fit width"?
The Firefox PDF viewer (pdf.js) can be used in any browser from any website. <a href="https://github.com/mozilla/pdf.js" rel="nofollow">https://github.com/mozilla/pdf.js</a><p>See a demo: <a href="http://mozilla.github.io/pdf.js/web/viewer.html" rel="nofollow">http://mozilla.github.io/pdf.js/web/viewer.html</a>
pdf.js is where all the work goes these days - <a href="http://mozilla.github.io/pdf.js/" rel="nofollow">http://mozilla.github.io/pdf.js/</a><p>I haven't used it for a couple of years but is was pretty good back then and playing with the demo now it seems very slick. I'd start there if I were you (maybe there's a hosted service using it).
Shameless plug, GroupDocs Cloud Viewer API should support what you require, there's a 14 day trial to allow you to try it out, I work for GroupDocs.