Forum Moderators: open

Message Too Old, No Replies

Embedded PDF File

         

Kees

10:22 am on Jan 28, 2009 (gmt 0)

10+ Year Member



Hi,

I'm not sure in which forum to post this...

I want to embed pdf-files into my webpage and i am trying to get rid of the scrollbars, so i googled it and used the regular way to get rid of them, the scrollbar=0 option.

Here's my code:


<div class="midden" >
<table border="0" width="725px" height="550" bgcolor="#000000">
<td align="left" valign="top">
<object data='images/acquisitiebladen/egw/00001_fascinatio_01.pdf#scrollbar=0'
type='application/pdf'
width='100%'
height='100%'>
</object>
<p>It appears your Web browser is not configured to display PDF files.
No worries, just <a href='images/acquisitiebladen/egw/00001_fascinatio_01.pdf'>click here to download the PDF file.</a></p></td>
</table>
</div>

now the way it is shown in my webpage is [u]with[/u] scrollbar.

what am i doing wrong?

Thanx!
Kees
The Netherlands

[edited by: Kees at 10:23 am (utc) on Jan. 28, 2009]

[edited by: engine at 11:09 am (utc) on Jan. 28, 2009]
[edit reason] Screenshot removed, see TOS [/edit]

tangor

1:38 pm on Feb 24, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are you attempting to defeat browser PDF plugins? If so, why? I offer several dozen PDFs on my site and trust the browser to display 'em, or give the visitor the option to download and view on their machines.

sirnoucamp

9:22 am on Mar 3, 2009 (gmt 0)

10+ Year Member



Agree with tangor, what is the purpose of doing so?