Displaying a pdf file in asp.net without the toolbars

SoLiTaiRe

New Member
I am using iframes to display the pdf file and using it i managed to remove all the various toolbars with th following code \[code\]<iframe scrolling="no" src="http://stackoverflow.com/questions/15744376/Styles/1991.pdf#page=1&navpanes=0&Zoom=35&toolbar=0&scrollbar=0&statusbar=0"> </iframe>\[/code\] but recently one toolbar right at the top is shown.Does anyone know why and how i can remove it the embed tag removes this problem but embed does not work on all browsers:(
 
Back
Top