Korean letter broken

Hi,
The following work is to insert Korean letter into the existing PDF file. For example inserting 허현봉
(someone’s name in Korean) in the PDF. Problem is the letter is broken.

Can you please help?
In case you let us know your email, then we can send the sample work file for your review.
Thanks
HB

FormEditor formEditor = new FormEditor();
// Open Document
formEditor.BindPdf(".\표지\테라젠 표지(원본).pdf");

            //// Add field
            formEditor.AddField(FieldType.Text, "AddFieldText", "허현봉", 1, 200, 50, 300, 100);

            PdfSaveOptions options = new PdfSaveOptions();

            options.DefaultFont = "MalgunGothic";

            ////// Save updated file
            formEditor.Save("AddFormField_out.pdf");

@hbhur102

Thanks for contacting support.

Would you please share the sample input document with us, so that we can test the scenario in our environment and address it accordingly.

Hi, just for updating,
Has this Bug be fixed yet ?

@quyleho

We requested a sample source PDF in our previous response in order to replicate the issue at our end and address it accordingly. But, we did not receive any file. If you are also facing similar issue, please share the sample PDF file with us so that we can further proceed to assist you accordingly.