Read chapter 7 (basic object formats) and 8.9 (images) of the PDF Reference: http://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008. pdf
Chapter 13, section 2 of iText in Action (2nd Edition) covers how to do all that within iText, and there are numerous examples from that chapter available online. The relevant iText classes are PdfObject and its immediate subclasses (PdfDictionary, PdfArray, PdfIndirectRefeerence, etc). --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer<Cardiff> DisCard = null; > -----Original Message----- > From: dpreznik [mailto:[email protected]] > Sent: Thursday, December 09, 2010 10:07 AM > To: [email protected] > Subject: Re: [iText-questions] Images extract problem > > > Thank you for your message. Could you please give me more > details how it can be done? Because I am ignorant in all this stuff. > > Thanks. > -- > View this message in context: > http://itext-general.2136553.n4.nabble.com/Images-extract-prob lem-tp3079140p3080663.html > Sent from the iText - General mailing list archive at Nabble.com. > > -------------------------------------------------------------- > ---------------- > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > 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 > > ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
