Re: [iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread bruno
[EMAIL PROTECTED] wrote: setSimpleColumn method and then use the setLeading method with suitable arguments. This way you can vary the space between the lines and try to fit in the text depending on the number of lines. That's a possible solution. If am right the setLeading method combines

Re: [iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread akoukou
bruno <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote: > > > The problem is that the text ges out of the rectangle if the size is > > large. > > > Does anyone know how to surpass this problem? > > What do you want? > Do you want the text that doesn't fit to disappear? > Do you want to crea

Re: [iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread bruno
[EMAIL PROTECTED] wrote: The problem is that the text ges out of the rectangle if the size is large. Does anyone know how to surpass this problem? What do you want? Do you want the text that doesn't fit to disappear? Do you want to create a new rectangle on a new page with the rest of the

[iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread akoukou
Bruno Lowagie <[EMAIL PROTECTED]> said: > [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

[iText-questions] Re: Wrap text in a rectangle

2006-03-14 Thread Bruno Lowagie
[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 p