By "multiple", do you mean that there is a document-level one and then one or more streams associated with specific images/graphics? Or that the PDF has had updates applies that override the original?
OK - from your description, you are talking about both a document-level and one or more object level. I don't recall if PdfReader has a specific method for it, but you can certainly use the low level APIs to read it form the image/graphic object. Leonard -----Original Message----- From: Dean Krueger [mailto:[email protected]] Sent: Wednesday, August 05, 2009 11:38 AM To: [email protected] Subject: [iText-questions] Multiple XMP stream PDF Hi, Is there a way I can read the XMP data from a PDF that has multiple XMP streams? I am using the property PdfReader.metadata, and it seems to only return the main XMP data. The source PDF was created by placing 2 pdfs into indesign and exporting a new combined PDF. I can see the data in the PDF it is in 2 separate metadata streams, using a texteditor. Thanks Dean Krueger ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php 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/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php 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/
