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