gif,tiff,pdf viewer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somtabu
    New Member
    • Nov 2006
    • 15

    gif,tiff,pdf viewer

    hello friends,
    i am working in asp.net(c#). I want to display gif,tiff, pdf document. how is it possible to display my documents? is there any active-x control? Please help
    Thank you..
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Why on earth would you want to use an ActiveX?

    It's pretty easy to create a gif and tiff viewer on your own using proper HTML so that you aren't restricting your users to IE and potentially exposing them to malicious attacks.

    Adobe has a PDF viewer that needs to be used for viewing PDF files. This is normally downloaded and installed by the user and works in the browser with no problem.

    Comment

    Working...