Skip to content

Instantly share code, notes, and snippets.

View EtienneTr's full-sized avatar

EtienneTr

  • Ynov Lyon Student
  • France
View GitHub Profile
@EtienneTr
EtienneTr / index.html
Created September 13, 2016 09:33
PDF file in iframe : viewer's toolbar is hidden in edge !
<!--
live test in browsers (edge bug) : https://b8391de22ac946893c6e71d2298755543662c8d9-www.googledrive.com/host/0B2UUJ2UrD4VeYjQxR1lXazdrdWc/
Or HTML code with local pdf : -->
<iframe id="viewer" name="viewer" src="mypdf.pdf" width="800px" height="800px">
</iframe>