This sample shows how to draw text in different languages using Docotic.Pdf library.
The code uses Canvas API that can add text to any PDF document. If you are going to create a new PDF, then consider using Layout API that can make PDF generation easier.
The library can draw text in any language, but the current canvas font must support all characters in the text.
One use set up a font that contains glyphs for all characters in the text, you can draw the text using PdfCanvas.DrawString and PdfCanvas.DrawText methods.