Garbled TEXT (Pdf page to image )

when convert page of pdf to image , some garbled text    (dll version 18.8)

The image after convert Java编程思想第4版_0003.jpg (1.6 MB)
The source pdf file Java编程思想第4版3页.pdf (87.0 KB)

using (FileStream imageStream = new FileStream(fileName, FileMode.Create))
{
Aspose.Pdf.Devices.Resolution resolution = new Aspose.Pdf.Devices.Resolution(300);
Aspose.Pdf.Devices.JpegDevice jpegDevice = new Aspose.Pdf.Devices.JpegDevice(resolution, 100);
jpegDevice.Process(doc.Pages[i], imageStream);
}

@caiyongxiblake

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFNET-45238 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.

hi,
I would like to know, when can this problem be solved??

@ligf

Please note PDFNET-45238 is currently pending for analysis owing to previously logged tickets. It will be scheduled on its due turn which may take few more months. We appreciate your patience and comprehension in this regard.

However, we also offer Paid Support, where issues are used to be investigated with higher priority. Our customers, who have paid support subscription, report their issue there which are meant to be investigated urgently. In case your reported issue is a blocker, you may please consider subscribing for Paid Support. For further information, please visit Paid Support FAQs.

PDFNET-45238This question has been waiting for half a year. How has it not been resolved?

@zg0x1231

We apologize for the inconvenience.

Please note that we do value your concerns and definitely understand the significance of the issue. However, issues are resolved on first come first serve basis and there were other pending issues in the queue which were logged previously than yours. We will definitely share an update with you as soon as we plan to provide a fix for your issue. We highly appreciate your patience in this matter. Please spare us little time.

We are sorry for the inconvenience.

Hello, is there any way to get the exception log, we can locate what the problem is, or the cause may be caused, thank you!

@zg0x1231

The ticket PDFNET-45238 is reported for garbled text which will be resolved by making internal enhancements so we are afraid you may not sort this out by yourself. In case you are noticing some other exception then please create a new topic so that we may try to reproduce and investigate further.