[iText-questions] Re: [itextsharp-questions] Acroform & character spacing,

2005-12-21 Thread Laurent ARNAL
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laurent ARNAL Sent: Tuesday, December 20, 2005 5:35 PM To: [EMAIL PROTECTED]; itext-questions@lists.sourceforge.net Subject: [itextsharp-questions] Acroform & character spacing, Hi, I try one more time to find a

[iText-questions] Acroform & character spacing,

2005-12-20 Thread Laurent ARNAL
Hi, I try one more time to find a solution to my character spacing problem in AcroForm. My goal is to add AcroForm TextField to an existing Pdf so that they match the field position in an existing pdf. I now use the SetCharacterSpacing of PdfAppearance to add extra space between th

[iText-questions] AcroForm text field & Character Spacing,

2005-12-19 Thread Laurent ARNAL
Hi everybody, I try to change the character spacing for AcroForm Textfield. What I found so far, is that I can modify the font Widths using the following code. BaseFont font = BaseFont.CreateFont("Courier", "winansi", true, true,null, null); int[] widths = font.W