Display a PDF file on ASP.Net page

Thanks for the replay Mutant. Ok, is there a way that I can bypass the dialog window where the user clicks either open or save radio buttons and instead just open the pdf directly?

Thanks,
Bob
 
If you get that dialog it means that you either dont have acrobat reader or you dont have the web plugin which comes with the newest version and with some older too.
 
It should open directly to Adobe, if they have it installed correctly (meaning, the PDF extension is still registered to Adobe). You can check by using Googles Advanced search and select the format of PDF (just to find some in a browser to test with). Clicking one should open in the browser without any questions.

That will work IF you are linking directly to a file the user has access to. If youre streaming it to them, youll have to add some headers to "mark" the stream as a PDF file. I can dig something up if thats the case.

-Nerseus
 
Back
Top