Jump to content

Display PDF in website


suju

Recommended Posts

I mean I want to display pdf files in the webpage using PHP. When I am displaying, the download and print option are coming. I want to hide these options. Or I want to know is there any other solution for this.\

 

This is the way I tried. But it is working only in the internet explorer.

 

<object data="test.pdf#toolbar=0&navpanes=0&scrollbar=0" type="application/pdf"  style="width:100%; height:100%" >
        <PARAM NAME="SRC" VALUE="test.pdf#toolbar=0&navpanes=0&scrollbar=0"> 
       <embed src="test.pdf#toolbar=0&navpanes=0&scrollbar=0"  type="application/pdf" />
</object>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.