Re: [iText-questions] determine if image is present in document

2009-05-27 Thread 1T3XT info
Colin Freas wrote: > Is there a standard way to iterate through the images in PDF with > iText? Not really. This is the closest you'll get: http://1t3xt.be/?Xa4 > If I can get the raw image data, I can just compare it to a hash > of target images. No, that's wrong for most image types. R

[iText-questions] determine if image is present in document

2009-05-27 Thread Colin Freas
I need to determine if a specific image is present in a set of PDF documents. Looking through iTiA, the archives, and the tutorials, the solution isn't jumping out at me. Is there a standard way to iterate through the images in PDF with iText? If I can get the raw image data, I can just compare