[reportlab-users] Automatically set Page Scaling and Print?

Tim Roberts timr at probo.com
Tue Oct 2 13:56:57 EDT 2007


kevin wrote:

> Hi All,

>

> One final note on setting the page viewing preferences. First of all

> that was a nice little trick. Good job hunting that down!

>

> The way I finally impomented it, as I didn't want to mess with the

> reportlab canvas class directly was to write the methods as such:


Another, perhaps more Pythonic, way of doing this would have been to
derive your own class from canvas and add these methods. That way, it
will be easy for you when ReportLab issues a new release that contains
these functions.

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the reportlab-users mailing list