Quote:
Originally Posted by l3asturd
Do you have any idea if there's a way to just show the PDF only and the the Adobe Reader frame around it? I'm trying to use it to show miniature PDF's but when I shrink it down the only thing I see is the adobe reader frame.
Is my question clear? If not I'll post some images of before and after. Thanks.
|
I just solved my own question but I thought I'd post the solution here in case anyone wanted to get rid of the adobe toolbar,navpanes, and scrollbar:
Instead of this:
Code:
<embed src="{param}" type="application/pdf" width="700" height="900">
change it to this:
Code:
<embed src="{param}#toolbar=0&navpanes=0&scrollbar=0" type="application/pdf" width="700" height="900">