Created
October 15, 2015 09:45
-
-
Save ig0r74/afbf3e763f0512db3fe5 to your computer and use it in GitHub Desktop.
Embed PDF File
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
| <!-- DC PDF Embed Start --> | |
| <iframe src="http://docs.google.com/viewer?url=http://cdn.dcodes.net/sc-samples/sample.pdf&embedded=true" style="width:760px; height:400px;" frameborder="0"> | |
| Your browser should support iFrame to view this PDF document</iframe> | |
| <!-- DC PDF Embed End --> | |
| Parameters: | |
| --------------------- | |
| url - path to PDF file | |
| embedded (true/false) - embed into page | |
| width - width of pdf frame | |
| height - height of pdf frame | |
| <!-- DC PDF Embed Start --> | |
| <a href="http://docs.google.com/viewer?url=http://cdn.dcodes.net/sc-samples/sample.pdf" target="_blank">View PDF File</a> | |
| <!-- DC PDF Embed End --> | |
| Parameters: | |
| --------------------- | |
| url - path to PDF file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment