Can anyone recommend a plug-in, or modified HTML code that permits display of a PDF that I host on my website, but still keep sections of the web-page available for 1) navigation; 2) copyright/contact notices at page bottom; and 3) side-column for additional navigation?
A WordPress plug-in would be nice, but not essential.

link|improve this question

This belongs on StackOverflow.com – Chris Pietschmann Aug 24 '09 at 19:31
feedback

4 Answers

up vote 4 down vote accepted

<embed src="path/to/file.pdf" width="500" height="700">

Obviously you should change the attributes so it shows the file you want at the size you want.

link|improve this answer
feedback

You can use the embed tag. The process is explained in further detail here.

link|improve this answer
feedback

It can't really be done without a specific plug-in (like those offered by scribd.com), as browsers may be set up to open PDF in an external application. That would leave that portion of your page empty then.

See also Best Way to Embed PDF in HTML on Stack Overflow.

link|improve this answer
feedback

You can also use iframe, but i don't think this would be a good choice for WP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.