Hello,
We are trying to convert a word template with Korean language to pdf using aspose mailmerge. However, the converted document does not translate the Korean characters to PDF correctly. Could you please assist. Attached the input and output docs
Aspose version 22.8
Input.docx (69.5 KB)
Output (2).pdf (80.7 KB)
@judiciary The problem on your side might occur because the fonts used the documents are not available in the environment where documents are converted. To build an accurate document layout the fonts are required. If Aspose.Words cannot find the fonts used in the document the fonts are substituted . This might lead into the layout differences due to differences in fonts metrics. You can implement IWarningCallback to get a notification when font substitution is performed.
The following articles can be useful for you:
https://docs.aspose.com/words/java/specify-truetype-fonts-location/
https://docs.aspose.com/words/java/install-truetype-fonts-on-linux/