Hi Everybody,

I am appealing to the very wise boys and girls here for advice,

My website products have many PDF spec's sheets. Currently they are attached using the plugin "PDF Attachment in Product Description " that displays the download link.

Problem that I have is I would like to make the PDF visible to the browser AS WELL AS the google " Bot ".

The converters ( PDF to HTLM ) all seem to do a poor job or they capture the PDF as a .jpg and wrap it in html, which has great browser appeal but no SEO value.

I have looked at "product_articles " by " gjh42 " but this seems to be geared to html.

I see that CKEditor has IFrame but I am not that ilterate . . .

I have tried stackoverflow's idea ( http://stackoverflow.com/questions/1...d-pdf-in-html5) doing this :

<div>
<object data="test.pdf" type="application/pdf" width="300" height="200">
alt : <a href="test.pdf">test.pdf</a>
</object>
</div>
But cannot get it to work

Has anybody got any ideas

thanks in advance

Andy