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.

Wed Dec 11, 2013 10:30 am

Hi,
i have a problem exporting an excel file to PDF,
in my excel file i have header and footer images but in PDF file generated i only see a number instead of images.
Is there a way to solve this problem?

Thanks everyone!

nencioli
 
Posts: 4
Joined: Tue Sep 10, 2013 2:36 pm

Thu Dec 12, 2013 3:20 am

Hello,

Thanks for your inquiry.
I have reproduced the issue. Sorry for the inconvenience. I have posted it to our dev team.
We will inform you when there is any update from our dev team.

Welcome to contact us again for further problems.

Best regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Wed Feb 19, 2014 11:50 am

Hello,
Are there any updates, for the issue?

nencioli
 
Posts: 4
Joined: Tue Sep 10, 2013 2:36 pm

Thu Feb 20, 2014 1:41 am

Hello,

Thanks you for your waiting.
Sorry for the long update. The issue has been resolved. Please kindly download Spire.XLS Pack Version:7.3.2(http://www.e-iceblue.com/Download/downl ... t-now.html) and test the sample code as below.
Code: Select all
 
Workbook wb = new Workbook();
wb.LoadFromFile(@"..\..\test.xlsx");
wb.SaveToFile("test.pdf", Spire.Xls.FileFormat.PDF);     


Best wishes,
Amy
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Tue Feb 25, 2014 9:05 am

Hello,

Have you tested Spire.XLS version 7.3.2? Did it resolve your issue?
Thanks for your feedback.

Best wishes and have a nice day,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.XLS