Display a pdf document in Adobe Reader?

Discussion in 'ASP.NET / ASP.NET Core' started by JJ, Jul 8, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. JJ

    JJ

    [​IMG] I'm stumped! How can I display a document in Adobe Reader from an ASP.Net web application. (I know this is done all over the web -- but how.)

    I want the user to click on a link representing a document.
    Then, I need to open Adobe with the corresponding document on the client side using whatever version of Adobe Reader they have installed.

    Does this need to be a client side script?

    Thanks - so much![​IMG]
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Just link to the PDF. The browser should recognize the file type and open it with PDF reader.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page