rse.gr]
Sent: Monday, January 13, 2014 4:40 PM
To: 'Post all your questions about iText here'
Subject: Re: [iText-questions] PDF fields not rendering correctly on Acrobat
Reader
OK, people!
Here is what was wrong:
Changing this:
var bf = BaseFont.CreateFont(UnicodeFontPath, BaseFont.IDENTITY
OK, people!
Here is what was wrong:
Changing this:
var bf = BaseFont.CreateFont(UnicodeFontPath, BaseFont.IDENTITY_H,
BaseFont.EMBEDDED);
..into this:
var bf = BaseFont.CreateFont(UnicodeFontPath, "CP1253", BaseFont.EMBEDDED);
..solved the problem. Apparently, IDENTITY_H selects the code-page tha
And I have just tried the latest iTextSharp version (5.4.5.0) and I still
have this problem.
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Crit
I use iTextSharp version 5.4.1.0, if that matters.
-Original Message-
From: Kostas [mailto:k...@dataverse.gr]
Sent: Monday, January 13, 2014 12:05 PM
To: 'Post all your questions about iText here'
Subject: [iText-questions] PDF fields not rendering correctly on Acrobat
Reader
Hello.
I