[reportlab-users] TTF-Font Support
Andy Robinson
andy at reportlab.com
Thu Jan 24 06:40:42 EST 2013
On 24 January 2013 10:12, Tom Py <mailtank2013 at gmail.com> wrote:
> myCanvas.showPage()
> myCanvas.save()
> #myCanvas.getpdfdata()
>
> In this case, everything works fine. But when I use 'myCanvas.getpdfdata()',
Hmmm. We do certain things 'on save'. getpdfdata() isequivalent to
this, but in memory. I guess we never expected this to be executed
twice. Can you reproduce the problem by
(a) no save, but calling getpdfdata() twice?
(b) no getpdfdata, and calling save() twice?
Feel free to add this to Dinu's bug tracker. If we can reproduce it
we will fix it (but possibly next week - busy at the moment).
- Andy
More information about the reportlab-users
mailing list