Skip to content

Instantly share code, notes, and snippets.

View jbreon's full-sized avatar
🎯
Focusing

Jack Breon jbreon

🎯
Focusing
View GitHub Profile
@JohnBunka
JohnBunka / embed-pdf-google-viewer.php
Created August 16, 2013 21:10
Embed PDFs with Google PDF viewer
<iframe src="http://docs.google.com/gview?url=http://example.com/mypdf.pdf&embedded=true" style="width:100%; height:1000px;" frameborder="0"></iframe>