Julien T wrote: > So i learn a little more about java. > I made some classes to get values from an XML File,
OK. > I started to read and to use Itext, > I already have some difficulties ... Please be more specific. > In my program I'm reading an XML File, > I get values to write OMR mark on a PDF. > I get the values page per page (my PDF file have a lot of page) So you get info from your XML like: page A; OMR mark at coordinates (x1, y1), (x2, y2) page B; OMR mark at coordinates (x3, y3), (x4, 4) page C; OMR mark at coordinates (x5, y5), (x6, y6) > What's the best way ? painting rectangles? or painting vectors ? You're letting us guess??? Why??? We don't know anything about your project. Maybe my previous guess about page A, B, C,... was completely wrong. > could some one help me with some insertion code of one of these item at a > designed page of my pdf ? Do you want to add an Image (what type?) on specific pages and specific locations? Do you want to draw a shape on these locaction? Please be more specific and we'll point you to the book page that will probably offer the best solution. best regards, Bruno ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ 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/
