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
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
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
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