[reportlab-users] Embedding Platypus Story in Canvas
Tim Roberts
timr at probo.com
Tue Nov 6 17:02:08 EST 2007
Uwe C. Schroeder wrote:
> you have to add _doSave to the initargs of BaseDocTemplates in platypus.py if
> it isn't there (in my build it isn't). You can't overwrite it if it isn't
> defined there.
>
That's not true. I can't specify it as a parameter to the constructor
unless it is in _initargs, but that doesn't stop me from changing it later:
doc = BaseDocTemplates( 'filename.pdf' )
doc._doSave = 0
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the reportlab-users
mailing list