On 03.02.2009 18:05:14 Andreas Lehmkühler wrote: > > Well Adobe Acrobat was able to detect the images with it's "Export images" > > functionality so I assume they are embedded somehow by an XObject. > > > > I noticed you had an ExtractImages class, would I be able to modify this to > > extract vectors? > > Would I need it to give me a list of Fill/Stroke/Path data points in order > > for it to extract correctly? > I suggest to give it a try. If the images are embedded as XObjects > ExtractImages should do it.
No, I've just checked: ExtractImages can only handle PDXObjectImage (i.e. bitmap images), not PDXObject of which PDFXObjectForm is a subclass. Jeremias Maerki
