14 Mar
2001
14 Mar
'01
8:53 p.m.
On Wed, Mar 14, 2001 at 09:15:36PM +0100, Dieter Maurer wrote:
Jerome Alet writes:
<dtml-call "RESPONSE.setHeader('Content-Type', 'application/pdf')"> <dtml-call "RESPONSE.setHeader('Content-Disposition', 'attachment; filename=rapport.pdf')"> <dtml-var rpdf> Code like this may add spurious white space. Use
<dtml-return rpdf> instead of <dtml-var rpdf>
Ok, I've changed it. Now if only I could have windows and IE at home :-) I'll test it tomorrow and let you know. Thanks. Jerome Alet