I have a PSD file that contains a text layer with Chinese text. When exporting the image using the Aspose.PSD for Java API to save as a jpg picture, the Chinese text displays incorrectly.
the origin psd file looks like …...JpegOptions saveOptions = new JpegOptions(); saveOptions.setQuality(100);...newPsdImage.save(outJpgFilePath, saveOptions); churui June 19, 2025, 1:27am...