Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
I want to display some pdf files on the front end in asp.net web application.

I want the following options for the pdf viewer.

Print
Previous
Next
Fit Width
Fit Height
Zoom in
Zoom out
Select Image data
Move Right
Move Left
Move Up
Move Down
Fit Best
Rotate Left
Rotate Right
Flip
Edit
Delete Page
Delete Document
Pan
Select Annotation
Exit


can anyone tell me the approach?
Posted

Don't create your own pdf viewer. Users just need the Adobe Reader plug in installed on their browser. If you create a custom solution, you would end up breaking the user's default file associations and thus cause them issues when they want to browse pdfs from other sites.
 
Share this answer
 
 
Share this answer
 
Comments
Member 8044422 23-Aug-11 8:34am    
Thanks for the reply.

But, in that solution, the control used for displaying pdf is iframe.

By using iframe, all the options that we required for our project are not displayed.

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