Re: [PHP] Accessing pdf file thru php

2001-09-12 Thread George Pitcher
] To: George Pitcher [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 2:52 PM Subject: Re: [PHP] Accessing pdf file thru php You should call header() for each header line. And you should only send one content type header. header(Content-type: application/pdf); header(Content-Disposition

RE: [PHP] Accessing pdf file thru php

2001-09-12 Thread Matthew Loff
, September 12, 2001 10:01 AM To: Brad S. Jackson Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Accessing pdf file thru php Brad, Thanks for that pointer. However, with that implemented, all I get is the PDF coding dumped onto the screen - no pdf file downloaded! Any further suggestions. I feel

Re: [PHP] Accessing pdf file thru php

2001-09-12 Thread Sean C. McCarthy
12, 2001 10:01 AM To: Brad S. Jackson Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Accessing pdf file thru php Brad, Thanks for that pointer. However, with that implemented, all I get is the PDF coding dumped onto the screen - no pdf file downloaded! Any further suggestions. I feel