[reportlab-users] Re: Broken PDFs with multiBuild and file objects

Andy Robinson reportlab-users@reportlab.com
Mon, 6 Jan 2003 11:42:27 -0000


> The real fix then does
> 
>         self._doSave = 0
>         while 1:
>                 .......
>                 happy = self._allSatisfied()
> 
>                 if happy:
>                         self._doSave = 0
>                         self.canv.save()
>                         break

I won't argue.   Hope I have more time to read the code in 
2003 :-)


- Andy