aspose-pdf / Aspose.PDF-for-.NET-Old

This repository is no more maintained and all latest code samples are maintained here:
https://github.com/aspose-pdf/Aspose.PDF-for-.NET
MIT License
81 stars 54 forks source link

Garbled TEXT (Pdf page to image ) #15

Open blake-cai opened 6 years ago

blake-cai commented 6 years ago

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); }

farhan-raza commented 6 years ago

@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.

PS: I work with Aspose as Developer Evangelist.