Naz B wrote: > 1) What do you mean by "parse the content stream"?
Look for examples that use classes in the com.itextpdf.text.pdf.parser package. > 2) So, it is in fact possible to calculate the DPI of images using > iText? If you can extract the image, you know the size of the image in pixels. If you can parse the content stream and get the resulting CTM, then you can get the size of the image on a page. If you have the size in pixels and the size on the page, then you can calculate the DPI. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
