[iText-questions] [SPAM] Re: Get image by location

2014-11-06 Thread mkl
kc2scy, kc2scy wrote > Once I find my image is there anyway to stop the rendering? example if I > had 10 images on a page and the first image is the one I need, I don't > want to loop through the other nine images? I would try throwing some RuntimeException, Error, or other Throwable, and catchin

[iText-questions] [SPAM] Re: Get image by location

2014-11-05 Thread mkl
kc2scy, kc2scy wrote > I’m checking the location of every image until I get the one in the > location of the barcode. This just seems a long way to do it. There essentially is no better way to do that. It is possible to put that location checking code into a RenderFilter similar to the RegionText