Resize the pdf in iframe

Hi to all,

I am using iframe to show the pdf document in my page.Zoom of the pdf is always 100% .i want to change default zoom to 50%.

how can i do this.

thanks

ok i find the solution myself

if anyone has this type of problem just do the following add #zoom=50 after

pdf file name in src.

for example

<iframe src=“name.pdf#zoom=50” height=“100%” width=“100%”>
</iframe>

it will show the pdf with zoom 50 by default in iframe.

well thanks was helpful…
i now know what these people were doing
http://epaper.thehindu.com

any way if any body knows ways to display those divs over pdf with link please do please in

thanks