Skip to content

Instantly share code, notes, and snippets.

@greising
Forked from hsleonis/google-doc-viewer.html
Created August 14, 2019 14:20
Show Gist options
  • Select an option

  • Save greising/8c395e4478f357fa76196b71516bdfe0 to your computer and use it in GitHub Desktop.

Select an option

Save greising/8c395e4478f357fa76196b71516bdfe0 to your computer and use it in GitHub Desktop.
Google Doc Viewer Iframe at any website
<!--
Parameters:
url: document url (encode the url if it containes parameters, etc.), must be publicly available
hl: language (ex: en, ar, bn etc.)
embedded: embededable link, value true/false [MUST be used true to show]
-->
<iframe src="https://docs.google.com/viewerng/viewer?url=http://show.pdf&hl=bn&embedded=true"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment