Tag: embedding

Embedding pdfs without any Issu

  • January 26, 2012 at 12:09 pm
  • Sick of relying on Issu, or other bloated third parties, simply for embedding documents? Well, it turns out you can embed .pdf and .ppt files via Google Docs using a simple iframe. You don’t even need a Google account. <iframe src=”http://docs.google.com/gview?url=http://document.pdf&embedded=true”></iframe> Simply replace the bold text with your document’s url and style the iframe with [...]