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

The character is incomplete when Convert PDF to Image (PNG, JPEG)

$
0
0
Hi,

I used the following code to convert pdf fie to image, but the character is incomplete on the image when using DFKai-SB font, enclosed is the code and result, please let me know if you need more details, thank you.


Code:
using (var document = new Aspose.Pdf.Document(@"../../../Sample3/source.pdf"))
{
var imageConverter = new Aspose.Pdf.Devices.JpegDevice(100);
imageConverter.Process(document.Pages[1], @"../../../Sample3/dest.jpg");
}


Best Regards,
Long

Viewing all articles
Browse latest Browse all 3131

Trending Articles