Skip to content

Instantly share code, notes, and snippets.

@aa6my
Forked from theel0ja/office-web-viewer.html
Created December 4, 2023 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aa6my/daafd8021c4ad91f3b7fb3448c40b62b to your computer and use it in GitHub Desktop.
Save aa6my/daafd8021c4ad91f3b7fb3448c40b62b 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment