Re: PDF File help!
- From: "Austin Phillips" <aphillips_at_aticousa_dot_com>
- Date: Wed, 13 Sep 2006 08:14:05 -0400
And the pdf file on the machine (or directory) is named "myLocalFile.pdf"
Looks like you are missing the full path?
"Ami" <amutha55@xxxxxxxxx> wrote in message
news:1158113141.110494.40020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
No I have Acrobat Reader in the machine and can open other PDF Files.
Thank you.
Austin Phillips wrote:
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();
.
- References:
- PDF File help!
- From: Ami
- Re: PDF File help!
- From: Austin Phillips
- Re: PDF File help!
- From: Ami
- PDF File help!
- Prev by Date: Re: I'm searching for a development tool...
- Next by Date: Scollable property in Listview class breaks column headers
- Previous by thread: Re: PDF File help!
- Next by thread: Last event
- Index(es):
Relevant Pages
|