-
-
Save greising/8c395e4478f357fa76196b71516bdfe0 to your computer and use it in GitHub Desktop.
Google Doc Viewer Iframe at any website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| 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