I\'m using iTextSharp to populate the data to PDF Templates, which is created in OpenOffice. it populating fine, I\'m getting proper PDF, but some where i want to increase the w
I can't reproduce the problem. I've made this POC: ChangeFieldSize
In this example, I take a form with three fields, among others a "Name"
and a "Company"
field. I first change the size of the "Name"
field, the same way you change the field. Then I fill out the "Name"
field and the "Company"
field. Note that the order in which I perform these operations is important. Maybe you're doing it the other way round.
The result looks like this:
As you can see, the text isn't truncated the way it is in your screen shot.
So there are two things you can try:
If that doesn't help, post a SSCCE.