Working with Arabic CharactersThe code below creates a PDF document containing Arabic text. c# sample: PDFDocument doc = new PDFDocument("sample.pdf"); doc.CurrentPage.Body.SetActiveFont("Arial", PDFFontStyles.Regular, 12, Charset.Unicode); doc.CurrentPage.Body.TextOut(0, 0, 0, "اتبانسع اتانضتاصت"); doc.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2015. ![]() |
![]() |