You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@blake-cai , We 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.
when convert page of pdf to image , some garbled text (dll version 18.8)
the issue detail : https://forum.aspose.com/t/garbled-text-pdf-page-to-image/181133
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);
}
The text was updated successfully, but these errors were encountered: