'Lucida Console' with 'US-ASCII' is not recognized. error in asp.net using itext sharp
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi in below code value of fontName is 'Lucida Console' BaseFont baseFont = BaseFont.CreateFont(fontName.ToString(), Encoding.ASCII.EncodingName, false); I'm getting error while executing above code written in asp.net written below: 'Lucida Console' with 'US-ASCII' is not recognized. thanks
You get the best out of others when you give the best of yourself.
modified on Friday, November 6, 2009 9:36 AM