Angularity of angled data is lost when converted to PDF

Hi,


When we convert the attached Excel workbook to PDF, then the angularity of data that is written in an angle is lost. I am attaching the source XLS and target PDF.

Thanks,
Nitesh
Hi,

After an initial test, I can find the issue as you have mentioned. The formatting of the angled data is lost.

Sample code:

String path = "Test+Excel+sheet+angularity.xlsx";
Workbook workbook = new Workbook(path);
workbook.save(path + ".out.pdf", SaveFormat.PDF);

I have logged a ticket with an id: CELLSJAVA-40280. We will look into it soon.

Thank you.
Hi,

Sorry for getting back to you late.

We did fix your issue in newer versions of the product. We recommend you to kindly upgrade to and try our latest version/fix: Aspose.Cells for Java v16.12.0, it would fix your issue:

Thank you.