Quoting prashant kakani <[EMAIL PROTECTED]>: > Dear iText Developers, > > Could anybody plz let me know whether there is any way, by which i can find > the location in (x,y) co-ordinates of a Paragraph or Chunk added to the > PDF.
http://www.lowagie.com/iText/tutorial/ch12.html With the onGenericTag event, you get a rectangle (x1, y1, x2, y2) containing the Chunk that was added and marked 'generic'. With onParagraph and onParagraphEnd, you get the y coordinate. Bruno ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
