The ExtractImages code you are executing is a *sample* program. All it does it take the image contents for each image it finds and write them to file. If you want to do something different with some of the images, put in an if statement in your code and handle the images differently. The effective type of the image bytes is made available via PdfImageObject#getImageBytesType().
-- View this message in context: http://itext-general.2136553.n4.nabble.com/5-2-0-0-Image-extraction-still-not-passing-through-for-jbig2-images-tp4454504p4456443.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
