--On Freitag, 13. Mai 2005 13:43 Uhr -0300 Fernando Lujan <[EMAIL PROTECTED]> wrote:


This was the best solution that I could thought, once reportlab didn't create PDF "on the fly", without writing in the filesystem.

You could use cStringIO for writing the file in memory but in reality it really
does not matter from the point of speed. Using a file offers you the possibility
to emit it through a FileStreamIterator. This avoids that you need to load the file
as a whole into the memory.

-aj

Attachment: pgpdzU5KjOCtf.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to