We are using Azure .Net Cloud Computing Environment. When we generated the pdf file, we cannot show the Korean word in the file. All Korean word is left blank while Chinese, Japanese is working. We also installed the Korean language package at server.
The below is the core code we are using.
pdf.BindHTML(rdr.ReadToEnd());
pdf.SetUnicode();
pdf.IsAutoFontAdjusted = true;
Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(pdf);
After searching, we cannot find any solution for Korean language. Could anyone help us? We are using 9.8.0.0 version(Aspose.Pdf.dll)