tags:

views:

88

answers:

0

When I set the text in a TextBox field in a PDF using iTextSharp, the word wrap occurs at the hyphens. I want the hyphens to be non breaking. I have tried inserting \U2011, but unfortunately when I open the Pdf doc the hyphens are not shown until I adjust the size of the textbox manually. Maybe I need to override the SplitCharacter in iTextSharp using setPlitCharacter. PLease help with any ideas. Also, my programming experience is average, and I'm very to to iTextSharp, so please be descript in your response. BTW, using C# .NET. Thanks.

T