Wednesday, January 25, 2012

Embed PDF in website

To embed a pdf in a web page use the following HTML code:

<embed src="weddingbrochure.pdf" width="850" height="575">

Here is the above example:
http://www.whitemare.co.uk/occasions/weddingbrochure.html

It is then down to your browser to take care of embedding the PDF program with the loaded document. I also include a link to the actual PDF underneath the embed, if you want users to be able to download the document. Chrome just displays the PDF document in a scrollable view, with no controls. IE and Firefox display the PDF document with PDF controls around the document. I personally prefer Chromes minimal approach.

0 comments:

Post a Comment