Created
July 4, 2017 13:52
-
-
Save Werninator/d9c447d0c2dfd9dcd42031d2e6b0fa7f to your computer and use it in GitHub Desktop.
embedding pdfs
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
| <!-- Contents can't be accessed (might be good for pdf stuff) --> | |
| <object data="abc.pdf" type="application/pdf"> | |
| <!-- Alternative content when Object can't be loaded (coz of older browsers): HTML5 <embed>, contents can be manipulated --> | |
| <embed src="abc.pdf" type="application/pdf" /> | |
| </object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment