piotr stolarczyk wrote: > Hi all, > i have a problem. I have some PDF files that i need to edit (add several > lines of text in ablosut pozition). I wont the text to be add inside a > rectangle and thet i could set font and text size (for the text inside > the rectangle), and set alignment of the text if it's possible. > > my rectangle: > Rectangle rect = new Rectangle(100, 500, 150, 400); > > Can someone show me how to do this, becous i can't seem to do it right :(
**Adding** text (multiline / in a rectangle) at an absolute position is done with ColumnText. **Editing** text at an absolute position is not done (in general / in PDF / not iText related). br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
