I am Fetching Hindi text from database and displaying it into runtime pdf using Itextsharp but at the time of display, text is not in proper hindi.
BaseFont bf = BaseFont.CreateFont(HttpContext.Current.Server.MapPath("font\\ARIALUNI.TTF"), BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
iTextSharp.text.Font font = new iTextSharp.text.Font(bf, 8, iTextSharp.text.Font.NORMAL);
iTextSharp.text.Font font = new iTextSharp.text.Font(bf, 8, iTextSharp.text.Font.NORMAL);
TblGrid.AddCell(new PdfPCell(new Phrase(PartA_9to23[i, 1], font)) { BorderWidth = 1, HorizontalAlignment = 0, FixedHeight = 18f });

Arun GuptaPosted Jan 18, 2016, 5:53 AM
Gagandeep BansalPosted Jan 18, 2016, 5:47 AM
Arun GuptaPosted Jan 13, 2016, 12:03 AM
Gagandeep BansalPosted Jan 12, 2016, 1:55 AM