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.

Thu Nov 24, 2016 7:11 pm

Hello,

I have an excel file with some graphs and tables and when I try to convert it to pdf, the content is not perfectly fit and two tables at the end of the file is not being shown.

I attached the samples I'm using, both the excel and the pdf generated.

Following is the code I'm using:

Code: Select all
Spire.Xls.Workbook workbook = new Spire.Xls.Workbook();
workbook.LoadFromFile(path);
//save only the first sheet as pdf
Spire.Xls.Worksheet sheet = workbook.Worksheets[0];
sheet.SaveToPdf(pathPdf);


Thanks in advance!

Fernando.
Attachments
files.rar
(290.66 KiB) Downloaded 290 times

atstec
 
Posts: 3
Joined: Thu Nov 24, 2016 6:58 pm

Fri Nov 25, 2016 3:27 am

Dear atstec,

Thanks for feedback.
I have noticed the issue in file modelo.xlsm, and posted it to our Dev team. Once it is fixed, we will inform you.
Sorry for inconvenience.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Nov 25, 2016 7:00 pm

Betsy.jiang wrote:Dear atstec,

Thanks for feedback.
I have noticed the issue in file modelo.xlsm, and posted it to our Dev team. Once it is fixed, we will inform you.
Sorry for inconvenience.

Sincerely,
Betsy
E-iceblue support team


Hello!

Alright! Thanks for answering.
I'll wait for further updates then!

Regards,

Fernando.

atstec
 
Posts: 3
Joined: Thu Nov 24, 2016 6:58 pm

Fri Jan 06, 2017 8:41 am

Dear Fernando,

Thanks for your waiting.
Now the issue you mentioned has been resolved, welcome to test Spire.XLS Pack Hotfix Version:7.11.34.
If there is any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jan 10, 2017 8:06 am

Dear Fernando,

Did you test the hotfix ? Did it resolve the issue ?

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jan 17, 2017 11:23 am

Hello, Betsy!

The fix has solved the issue! Thank you :)

Regards,

Fernando.

atstec
 
Posts: 3
Joined: Thu Nov 24, 2016 6:58 pm

Wed Jan 18, 2017 1:30 am

Dear Fernando,

Thanks for your feedback.
Welcome to contact us if there is any question.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.XLS