Right-to-left ignored when Workbook stored as PDF

Hello Aspose Team,

Please find the following sample files where RTL attribute was ignored when Workbook was saved as PDF using version 8.2.0

Please have a look at dot characters that in PDF are located at the end of segment, but in Excel "at the beginning (e.g. segment 1 and 2).

Is there any option that must be passed or this is a bug?


Best regards,

Wojtek

Hi Wojtek,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue by converting your Excel file into PDF using the latest version: Aspose.Cells
for Java v8.2.0.2
. RTL is ignored. The position of the dot changes in the PDF than it is in Excel

We have logged this issue in our database for investigation. We will look into it and fix 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-40984.

I have tested this issue with the following code and attached the output file and screenshot showing the output for a reference.

Java


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


Workbook workbook = new Workbook(filePath);

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