Click to See Complete Forum and Search --> : Display PDF Webpage


manojmakku
04-15-2009, 03:26 AM
Hi All,
I need to embed a PDF document in my webpage. I used Iframe for that. The problem is in IE when the PDF plugin is not installed, IE asks the user to download the document if the user says no, and click on another tab in the top navigation, the previous page's content is shown as "Action cancelled by the user". Is there any other alternative for this iframe for displaying the content?

Thanks

felgall
04-15-2009, 10:33 PM
<img src="whichever.pdf"> would be a better way to embed it than an iframe but you are still reliant on the PDF plugin being installed for it to work properly. At least with not using an iframe it doesn't affect the browser history.

manojmakku
04-16-2009, 03:26 AM
Thanks for your reply. I tried the img option, but I'm not able to see the PDF even if I have a plugin installed.

Major Payne
04-16-2009, 08:00 AM
Might read the following and see if you might want to convert it:

Convert PDF to HTML - Free Online Conversion (http://labnol.blogspot.com/2005/12/convert-doc-xls-ppt-rtf-pdf-to-html.html)
Testing Adobe’s online PDF to HTML conversion tool (http://www.pws-ltd.com/sections/articles/2009/pdf_conversion.html)
Convert/view PDF as HTML (http://www.pdfdownload.org/free-pdf-to-html.aspx)

Best not to use a format that triggers the browser to open other programs external to the browser.