Steaming PDF from Python Script to IE

Harald Massa cpl.19.ghum at spamgourmet.com
Sat Jun 21 22:10:59 EDT 2003


Stephen Thorne <stephen at thorne.id.au> wrote in news:3ef50e78 at nntp:

> Nathan Treloar wrote:
> 
>> I'm trying to stream PDF content to a browser client via a python CGI
>> script using:

one addition: to keep acrobat reader plugin alive at least some time, add 
Content-Disposition: download, filename="bababa.pdf"

or 

Content-Disposition: inline, filename="bababa.pdf"







More information about the Python-list mailing list