Skip to content

Instantly share code, notes, and snippets.

@Werninator
Created July 4, 2017 13:52
Show Gist options
  • Select an option

  • Save Werninator/d9c447d0c2dfd9dcd42031d2e6b0fa7f to your computer and use it in GitHub Desktop.

Select an option

Save Werninator/d9c447d0c2dfd9dcd42031d2e6b0fa7f to your computer and use it in GitHub Desktop.
embedding pdfs
<!-- 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