Font underline lost when saving as PDF

Hi,


We have a minor issue with formatting when using Cells for Java to save an XLSX as a PDF in Aspose.
I have attached a source spreadsheet, and the resulting PDF output where you can see that there are 3 charts and all 3 chart titles have an underline in Excel, but as a PDF the underline is lost.

Workbook wb = new Workbook(“C:\WIP\testme.xlsx”);
wb.save(“C:\WIP\combined.pdf”);

Hi,

Thanks for your posting and using Aspose.Cells for Java.

We were able to replicate this issue using the latest version:
Aspose.Cells
for Java v7.3.2.1


We have logged this issue in our database. We will look into it and resolve this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSJAVA-40339.

Below is sample test code. I have attached the output pdf and screenshot for your reference.

Java


String filePath = “F:\Shak-Data-RW\Downloads\testme.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + “.out.pdf”, SaveFormat.PDF);

Screenshot:

Hi,


Please try this fix/version: Aspose.Cells for Java v7.3.2.3

Your issue should be fixed now.

Thank you.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.