How is it possible with iText to read the output intent of a PDF document?
First, you need to know that not all PDF's have an output intent - only those that are PDF/X compliant.
However, given a PDF with one present, you can use the low level object classes to get to the appropriate object in the tree and read the data. An array of intents can be found off the /OutputIntents key of the Catalog/Root object.
Leonard
--------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-938-7080 (voice) 215-938-0880 (fax)
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
