Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to build an web application in which I want to display PDF file to user but don't let user to download these PDF file.

Can you assist me for doing this?
Posted

Then read the PDF file contents and show in the Web Page in a div or some container.
 
Share this answer
 
If that's the case you can't send the PDF file to the client. Your server-side code has to take a "picture" of each page of the PDF (rendered as an image) and send the image to be displayed on the client.
 
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