Re: PDF File help!
- From: "Austin Phillips" <no_spam_aphillips_no_spam_AT@xxxxxxxxxxxxxxx>
- Date: Tue, 12 Sep 2006 20:46:08 -0400
Ami;
Sounds like you do not have Acrobat Adobe Reader on the machine.
Are you trying to view the document in the browser?
HTH,
Austin
"Ami" <amutha55@xxxxxxxxx> wrote in message
news:1158107759.899162.158720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All
I am using this code to open a PDF file and it works fine in Windows
Server 2003, but not
working in Windows XP and 2000. The Download box has Open, Save and
Cancel option, but
when I click Open option, it is not opening the file, instead, it is
asking us to select the Program from the list to open the file and
sometimes giving the error, "There is an error opening this file"
error. This is urgent and any help is highly appreciated. Thank you.
Response.ContentType = "application/pdf";
Response.AppendHeader("Content-Disposition", "attachment;
filename=myfile.pdf");
Response.WriteFile("myLocalFile.pdf");
Response.End();
.
- Follow-Ups:
- Re: PDF File help!
- From: Ami
- Re: PDF File help!
- References:
- PDF File help!
- From: Ami
- PDF File help!
- Prev by Date: Last event
- Next by Date: RE: The request could not be submitted for background processing
- Previous by thread: PDF File help!
- Next by thread: Re: PDF File help!
- Index(es):
Relevant Pages
|