<br><font size=2 face="Courier New">hi, <br>
<br>
i 've some problems for the edition of PDF Document on IE (5.5 or 6.0 <br>
are my differents configurations). <br>
IE recognizes the stream only as text format. the problem doesn't <br>
exist with netsacpe (i use netscape 7.0) <br>
<br>
The pdF is generated and sent as a &nbsp;stream <br>
<br>
the code is &nbsp;: <br>
<br>
#stResult recover the pdt stream <br>
stResultat = context.Editique_GetDocumentPDF(stURL) <br>
<br>
<br>
RESPONSE = REQUEST.RESPONSE <br>
RESPONSE.setHeader('Content-Type', 'application/pdf') <br>
RESPONSE.setHeader('MIME-Version', '1.0') <br>
RESPONSE.setHeader('Content-Transfer-Encoding', 'base64') <br>
<br>
#exit on the browser : <br>
RESPONSE.write(stResultat) <br>
<br>
zope version &nbsp; &nbsp; &nbsp; &nbsp; : 2.1.2 <br>
python version &nbsp; &nbsp; &nbsp; &nbsp; : 2.1 <br>
<br>
<br>
regards, <br>
<br>
fabien Barsukow<br>
</font>