[Zope3-Users] Building PDF files using reportlab, with image objects in Zope3

2006-01-02 Thread Adam Summers
Hi, I'm trying to build a report using zope3 + reportlab 1.20 that I want to contain some images from a container (which in the code below is called 'item'). Has anyone done this? Can they suggest a technique? Trying the following: images = [] for docpage in

Re: [Zope3-Users] Building PDF files using reportlab, with image objects in Zope3

2006-01-02 Thread Andreas Jung
--On 3. Januar 2006 11:30:25 +0800 Adam Summers [EMAIL PROTECTED] wrote: 530, in getSize if (self._width is None or self._height is None): AttributeError: ImageReader instance has no attribute '_width' Has anyone done what I want to? How? Any help would be much appreciated.