I am trying to put a 3D PDF into my website using iframe. It works fine, except they have all the acrobat controls displayed, taking up about half of each iframe window. Is there a way to PDFs load in an iframe with just the content (so it would look just like a picture)?
I found some docs online...now it loads without the top toolbars, but it still has the side tool panel. Any ideas what else I can do? Here is what I am using: <iframe src="test.pdf#toolbar=0" width=800 height=800 align=center> This is an in-line frame. You can <a href="test.pdf#toolbar=0">view the frame</a> and then hit your back arrow to return to the page. </iframe>