Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

PDF to image conversion, text getting mangled

$
0
0
Hi,

When converting attached pdf to any image format (png, jpeg, tiff) the text in image is getting mangled. I am using aspose.pdf version 9 and code is as below.

var pdfDocument = new Document(pdfFilePath);
var pngDevice = new PngDevice();
pngDevice.Process(pdfDocument.Pages[pageNo], ourputFilePath);

Thanks,

Viewing all articles
Browse latest Browse all 3131

Trending Articles