Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Sat Sep 11, 2021 8:20 am

I use FreeSpire.PDF 6.10.6 to convert pdf to picture, but the resulting picture is blurry and misaligned.
PdfDocument pdfDocument = new PdfDocument();
pdfDocument.LoadFromFile(@"C:\Users\gao_q\Desktop\temp\nrnkdp.pdf");
Image image = pdfDocument.SaveAsImage(0, Spire.Pdf.Graphics.PdfImageType.Bitmap, 1000, 1000);
string fileName = "test" + "_" + DateTime.Now.ToString("yyyyMMddHHmmssfff") + ".jpg";
image.Save(@"c:\" + fileName, System.Drawing.Imaging.ImageFormat.Jpeg);

The pdf file and result jpg file the attached.

I need help, thanks!

topsailgao
 
Posts: 4
Joined: Wed Jun 23, 2021 2:27 am

Mon Sep 13, 2021 6:32 am

Hi,

Thank you for your inquiry.
I tested your PDF file and found that the barcode was displayed incorrectly. I have posted the issue into our Bug tracking system with the ticket number SPIREPDF-4637, our development team will investigate and fix it. Once it is resolved, I will inform you.
In addition, we only upgrade our commercial products regularly, that means once the issue is resolved, we will provide you with a commercial version including the fixes. Hope you can understand.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1643
Joined: Wed Apr 07, 2021 2:50 am

Tue Nov 09, 2021 8:13 am

Hello,

Thanks for your patience.
Glad to inform that we just released Spire.PDF Pack(Hot Fix) Version:7.11.1 which fixed SPIREPDF-4637. Welcome to download it from the following links to test.

Website link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
Nuget link:https://www.nuget.org/packages/Spire.PDF/7.11.1

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1643
Joined: Wed Apr 07, 2021 2:50 am

Return to Spire.PDF