[reportlab-users] Re: Passing canvas of SimpleDocTemplate as argument

Rasha Ebo rshzky at yahoo.com
Tue Mar 14 07:14:00 EST 2006


 
  Hi Christoph, peace be upon you
  your solution has solved the issue, thank you very much.
   
  doc.title = []
for title in records:
     doc.title.append(title)
doc.build()
And in myLaterPages() you do the following:
def myLaterPages(canvas, doc):
    ...
    title = doc.title.pop()
    ...

   
   Hi Robin, peace be upon you
  Thanks for you too for your help, I have tried to use your last solution but it was difficult for me.
  Thanks a lot



		
---------------------------------
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20060314/fa657f18/attachment.html


More information about the reportlab-users mailing list