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.

Thu Jan 08, 2026 1:05 pm

I am converting pdf's to images using Free Spire.PDF for .NET 11.11.0 for .Net4.8
Running on Windows 11 X64

Basicly the code consist of:
Code: Select all
             
              pdfDoc = new PdfDocument();
              pdfDoc.LoadFromFile("test.pdf");
              image = pdfDoc.SaveAsImage(0, 300, 300);
              image.Save("test.jpg", ImageFormat.Jpeg);   

So far I had no problems, but now I get issues with the background of text that is not converted correctly
I ran a very old version of Spire.pdf that resulted in a black background of text while it should be transparent
After upgrading to version 11.11.0, I get a shifted shadow of the text
Attached the original test.pdf and the new test.jpg created with the lastest version of spire.pdf
The problem arises in the area that contains the text "vrijdag 6 maart 2026"

Regards,
Vincent

vincentwijermars
 
Posts: 3
Joined: Tue Feb 05, 2019 9:40 am

Fri Jan 09, 2026 5:51 am

Hello,

Thank you for your inquiry.
I reproduced your issue and logged it into our bug tracking system with the ticket SPIREPDF-7920. Our dev team will investigate and fix it, once it is resolved or there is any update, I will notify you immediately. Apologize for the inconvenience caused.
Sincerely,
Talia
E-iceblue support team
User avatar

talia.liu
 
Posts: 331
Joined: Mon Apr 14, 2025 3:33 am

Mon Mar 02, 2026 1:37 am

Hello,

Thank you for your patience.
We just release official version(Hotfix:Spire.Pdf Version:12.2.14) which fixed the issue(SPIREPDF-7920), welcome to test. Looking forward to your testing feedback.
Website link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
NuGet link: https://www.nuget.org/packages/Spire.PDF/12.2.14
https://www.nuget.org/packages/Spire.PDFfor.NETStandard/12.2.14
Sincerely,
Talia
E-iceblue support team
User avatar

talia.liu
 
Posts: 331
Joined: Mon Apr 14, 2025 3:33 am

Tue Mar 10, 2026 4:47 pm

Hello,

I just tested the Hotfix:Spire.Pdf Version:12.2.14 with the original problematic pdf file.
As far as I can see now the issue is resolved.
Thank you so much,

Regards,

Vincent

vincentwijermars
 
Posts: 3
Joined: Tue Feb 05, 2019 9:40 am

Wed Mar 11, 2026 1:35 am

Dear Vincent,

Glad to hear your issue has been resolved.
If you have any questions or need further assistance, please don't hesitate to let us know. Wishing you the best of everything.
Sincerely,
Talia
E-iceblue support team
User avatar

talia.liu
 
Posts: 331
Joined: Mon Apr 14, 2025 3:33 am

Wed Mar 11, 2026 11:05 am

Hello,

Thanks,
Waiting for the free version of this hotfix (for our community application) :)

Vincent

vincentwijermars
 
Posts: 3
Joined: Tue Feb 05, 2019 9:40 am

Return to Spire.PDF