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