Re: [iText-questions] Problem: Font resizing in a Textfield

2009-01-31 Thread 1T3XT info
Ramaprasad Kolla wrote: > I am sorry I have used > nameField.setFontSize(10); > But still, when the max char limit is reached the font size is reduced to > accomodate the extra chars typed into the textfield. So you say, but I have proof that what you say doesn't make sense: http://www.1t3xt.info

Re: [iText-questions] Problem: Font resizing in a Textfield

2009-01-31 Thread Ramaprasad Kolla
I am sorry I have used nameField.setFontSize(10); But still, when the max char limit is reached the font size is reduced to accomodate the extra chars typed into the textfield. 1T3XT info wrote: > > Ramaprasad Kolla wrote: >> >> Howdy All, >> >> I am developing a PDF file using iText Java

Re: [iText-questions] Problem: Font resizing in a Textfield

2009-01-31 Thread 1T3XT info
Ramaprasad Kolla wrote: > > Howdy All, > > I am developing a PDF file using iText Java PDF library in which I have > created a textfiled as below: > > TextField nameField = new TextField(writer, new Rectangle(36, 600, 150, > 620), "nameField"); > > I have added this textfield to the PDF w

[iText-questions] Problem: Font resizing in a Textfield

2009-01-31 Thread Ramaprasad Kolla
Howdy All, I am developing a PDF file using iText Java PDF library in which I have created a textfiled as below: TextField nameField = new TextField(writer, new Rectangle(36, 600, 150, 620), "nameField"); I have added this textfield to the PDF writer and it looks fine. But when I start t