[reportlab-users] PDF without file
Carl
waldbie at verizon.net
Thu May 25 20:11:23 EDT 2006
On Thursday 25 May 2006 5:56 pm, Michael Hipp wrote:
> I'm new to ReportLab and trying to get my brain around it...
>
> Can it produce a pdf as a pure in-memory item and then print it without
> going to a file first?
>
> This would be from a wxPython app.
>
You can use any object that has file-like semantics to capture the output, so
you wouldn't actually need to create an intermediate file.
Carl W.
More information about the reportlab-users
mailing list