iframe'd Acrobat Question

Discussion in 'Windows - Software discussion' started by KillerBug, Jan 27, 2009.

  1. KillerBug

    KillerBug Active member

    Joined:
    May 21, 2006
    Messages:
    3,802
    Likes Received:
    0
    Trophy Points:
    66
    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)?
     
  2. KillerBug

    KillerBug Active member

    Joined:
    May 21, 2006
    Messages:
    3,802
    Likes Received:
    0
    Trophy Points:
    66
    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>
     

Share This Page