How to use Unicode characters in PDFThe code sample below create a PDF file with the Unicode text output. c# sample: PDFDocument MyPDF = new PDFDocument("Unicode.pdf"); MyPDF.CurrentPage.Body.SetActiveFont("Tahoma", PDFFontStyles.Regular, 12, Charset.GREEK_CHARSET); MyPDF.CurrentPage.Body.AddText("εγγράφων σχετικά με τη μύγα από οποιαδήποτε. εφαρμογή δικτύου. Η βιβλιοθήκη δεν"); MyPDF.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2010. |