[reportlab-users] forms
Martin Weissenboeck
mweissen at gmail.com
Wed Aug 18 15:56:13 EDT 2010
Great - works fine!
Thank you very much!
2010/8/18 Tim Roberts <timr at probo.com>
> Martin Weissenboeck wrote:
>
>
>
> I have tried to define a form using canvas.beginForm. I want to use this
> form twice on one page.
> But I could only define absolute coordinates. These two forms have been
> printed one upon the other and not one below the other.
> ...
> This is the main part of my program:
>
>
> c=canvas.Canvas("test4.pdf")
> form(c)
> c.drawString(120,300,"start")
> c.doForm("Form")
> c.doForm("Form")
> c.drawString(120,420,'end')
>
>
> Use c.translate to change the meaning of 0,0 before you call doForm.
>
> --
> Tim Roberts, timr at probo.com
> Providenza & Boekelheide, Inc.
>
>
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at lists2.reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
>
--
With kind regards
Martin Weissenböck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20100818/a3835a40/attachment.htm>
More information about the reportlab-users
mailing list