Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Garbled TEXT (Pdf page to image )  #15

@blake-cai

Description

@blake-cai

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions