Skip to content

Instantly share code, notes, and snippets.

@theel0ja
Last active December 4, 2023 03:34
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save theel0ja/b9e44a961f892ccf43e217ab74b9417b to your computer and use it in GitHub Desktop.
Save theel0ja/b9e44a961f892ccf43e217ab74b9417b to your computer and use it in GitHub Desktop.
Google Docs Viewer and Office Web Apps Viewer
<iframe src="https://view.officeapps.live.com/op/embed.aspx?src=https://calibre-ebook.com/downloads/demos/demo.docx" width="600" height="780" style="border: none;"></iframe>
<iframe src="https://docs.google.com/viewer?url=https://github.com/mozilla/pdf.js/raw/master/examples/helloworld/helloworld.pdf&embedded=true" width="600" height="780" style="border: none;"></iframe>

PDF embed with Google Docs Viewer

Demo

Website (archived)

<iframe src="https://docs.google.com/viewer?url=https://github.com/mozilla/pdf.js/raw/master/examples/helloworld/helloworld.pdf&embedded=true" width="600" height="780" style="border: none;"></iframe>

Office Web Viewer

Only Office documents (.doc, .docx, .xls, .xlsx, .ppt, .pptx)

Demo

Blogpost by Microsoft

<iframe src="https://view.officeapps.live.com/op/embed.aspx?src=https://calibre-ebook.com/downloads/demos/demo.docx" width="600" height="780" style="border: none;"></iframe>
@thib92
Copy link

thib92 commented Feb 3, 2019

Thanks a lot for this!

@steestor
Copy link

Thank you for the contribution, does anyone know how to open the viewer for a specific page? I mean, for example, to open the viewer by page 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment