|
From: Andre W. <wo...@us...> - 2005-08-25 09:43:59
|
Hi Jörg, On 25.08.05, Jörg Lehmann wrote: > > def __init__(self, type, _id=None, pageresource=None, pageprocset=None): > + """create a PDFobject > + - type has to be a string describing the type of the object > + - _id is a unique identification used for the object if it is not None. > + Otherwise id(self) is used > + - If pageresource is not None, it has to be a string describing the name > + of the resource to be included in the resource dictionary of the pages > + including the PDFobject. > + - If pageprocset is not None, it has to be a string describing the name > + to be used in the ProcSet list of the pages including the PDFObject. > + """ > self.type = type > if _id is None: Genau. Wobei procset's eigentlich sowieso schon deprecated sind und nur noch aus Kompatibilitätsgründen mitgeführt werden ... André -- by _ _ _ Dr. André Wobst / \ \ / ) wo...@us..., http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ |