Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbled TEXT (Pdf page to image ) #15

Open
blake-cai opened this issue Aug 13, 2018 · 1 comment
Open

Garbled TEXT (Pdf page to image ) #15

blake-cai opened this issue Aug 13, 2018 · 1 comment
Assignees

Comments

@blake-cai
Copy link

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
Copy link
Member

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

@farhan-raza farhan-raza self-assigned this Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants