[EMAIL PROTECTED] wrote:

Hello all,

FYI: the address is itext-questions@lists.sourceforge.net
You mailed your question to the admin instead.

i am new at iText and i need to create a pdf simply by placing several
elements (words, numbers or sentences) at specific positions in a page. The
position to place an element is defined by its x and y points, its height and
its width.
The problem is that i want to wrap the text in the rectangle that contains it.
This means that if the text does not fit in one line of the rectangle and if
the height of the rectangle has not been reached, to write the rest of the
text at a new line inside the rectangle.
This sounds like a job for (Multi)ColumnText:
http://itextdocs.lowagie.com/tutorial/objects/columns/
br,
Bruno



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to