in reply to Re: how to output to pdf from a perl script
in thread how to output to pdf from a perl script

You should certainly be including that in your HTTP header, but IE prefers to pay attention to the file extension. If you have a URL such as http://www.someserver.com/cgi-bin/sendpdf.cgi, and that CGI script generates a PDF file and sends it along, IE won't see it as a PDF, it will see it as a .CGI file.

Replies are listed 'Best First'.
Re: Re: Re: how to output to pdf from a perl script
by skeight (Novice) on Jan 25, 2001 at 10:52 UTC
    Ahhh, Now I see. Thanks for the input on that one. I wasn't aware of that...

    skeight