Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
How to disable the pdf Toolbar because I don't want to give the download option to the Viewers.

I have used Iframe for showing Pdf File please find the following code

C#
<iframe ID="iFrame2" runat="server" align="bottom" frameborder="2" name="iframe1" height="500" width="600" src="~/pdffiles/example.pdf"></iframe>


Please help me to disable the download option using c# i.e toolbar

Thanks
purna
Posted
Updated 2-May-14 0:12am
v2

1 solution

Could you please give a try

Disable PDF Save and Print Button[^]

Regards,
Praveen Nelge
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900