Sounds like what you need is a content stream parser and "display list manager" type of solution.
For Java, look at Multivalent or PdfBox. Leonard On Jan 21, 2008, at 12:03 PM, Thiago Nunes wrote: > Hi guys, > > I began to study PDF a few days ago and came across the iText library. > > I am currently trying to retrieve some specific PDF objects from a PDF > file: the graphic objects. > > I was able to get some of the attributes of the image XObjects, but I > am having some trouble to find any info about the other objects. > > So is there any way, with the use of iText, to retrieve some > information about the following objects? > > text objects > inline image objects > shading objects > path objects > form XObjects > ps XObjects > > If iText can not perform this kind of PDF analysis, could you point me > to a library that I may use for that? > > I appreciate your attention. > > Best Regards > > Thiago > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
