Footer is mess up in generated Excel and PDF files

Hi,

We use Aspose.Total for Java and have the follow issue:
1. Transform MS Excel file to PDF:
- footer is mess up in generated PDF file.
2. Transform MS Excel to MS Excel document as add new document footer to the document:
- footer is mess up in MS Excel file

Attach files for reproducing the problem, transformed Excel and PDF files which are broken:
- files1.zip - footer is mess up in generated PDF file and in Excel file
- files2.zip - footer is mess up in generated PDF file only

Thanks

Hi,

ginka:
Hi,
1. Transform MS Excel file to PDF:
- footer is mess up in generated PDF file.
- files2.zip - footer is mess up in generated PDF file only

I can notice the issue as you have mentioned in the output PDF file. The footer is messed up in the generated PDF file by Aspose.Cells for Java v7.4.1 (latest). I just opened the output Excel file (by Aspose.Cells) to render the PDF file, the output PDF file has issue with footer as you pointed out.

Sample code:

Workbook workBook = new Workbook("F:\\Files\\files2\\case2-added footer-ok.xls");
workBook.save("F:\\Files\\files2\\case2-added footer-pdf.pdf");


I have logged a ticket with an id "CELLSJAVA-40448" for your issue, we will look into your issue soon.

For your other issue:
"- files1.zip - footer is mess up in generated PDF file and in Excel file"

Could you give us a sample console application (runnable) to produce such output Excel and PDF files, we will investigate your issue soon.

Than you.

Hi,


Please try our latest version/fix: Aspose.Cells for Java v8.4.2.1

We have fixed your issue now.

Let us know your feedback.

Thank you.

The issues you have found earlier (filed as CELLSJAVA-40448) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.