Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Mon Sep 27, 2021 7:12 am

file.zip
source file and result file
(74.59 KiB) Downloaded 274 times

Code: Select all
                        using Workbook wb = new Workbook();
                        wb.LoadFromFile(@"d:/1.xlsx");
                        wb.SaveToFile(@"d:/1.pdf", Spire.Xls.FileFormat.PDF);

current lib version
<PackageReference Include="Spire.Office.NETCore" Version="6.8.2" />
font change and content missing in below
1.png
the problem
1.png (132.73 KiB) Viewed 2901 times

raochenglong
 
Posts: 18
Joined: Mon Aug 23, 2021 5:11 pm

Mon Sep 27, 2021 9:39 am

Hello,

Thanks for your inquiry.
I did an initial test and did notice the issue you mentioned. I have posted it to our Dev team for further investigation. If there is any update, we will let you know. Apologize for the inconvenience caused.

Sincerely,
Brian
E-iceblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Fri Feb 24, 2023 7:29 am

Hi,

Thanks for your patience!
Glad to inform you that we just released Spire.Office 8.2.2 which fixes your issue.
Please download the new version from the following links to test.
Website download link: https://www.e-iceblue.com/Download/download-office-for-net-now.html
Nuget download link: https://www.nuget.org/packages/Spire.Office/8.2.2

Sincerely,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to Spire.XLS

cron