International Languages and CMJK

IronPDF supports HTML-To-PDF in all international languages supported by Unicode including mixed language documents.

Two points to consider are Typefaces and Input Encoding which are explained in more detail on this FAQ page: https://ironpdf.com/how-to/utf-8/

A typeface that supports your character set must be installed on your server.

You may have to specify the input encoding of your document to render correctly.

You may do this in the following ways:
1. Adding an HTML "Meta Charset" Tag
2. Setting The inputEncoding property of your IronPDF HML to PDF converter. Please read:  https://ironpdf.com/object-reference/api/IronPdf.ChromePdfRenderOptions.html#IronPdf_PdfPrintOptions_InputEncoding