PPTX to ODP - Border sizes and colours in tables are not preserved

When converting from PPTX to ODP, the tables borders change size. The borders in the table in the ODP are a lot more narrower than the borders in the table in the PPTX. The borders in the table in the ODP have also been filled grey instead of white (like they are in the PPTX).

Using - aspose-slides-20.5-jdk16.jar

Using this code:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);

Files attached here:
PPTX2ODP.zip (31.4 KB)

@simon.wiseman,

I have worked with sample code and presentation shared an have observed the issue. An issue with ID SLIDESJAVA-38141 has been added to further investigate and resolve the issue. We will share the good news with you as soon as the issue will be fixed.

This issue seems to have been fixed - I am using aspose-slides-20.10-jdk16.jar.

@simon.wiseman

Yes, it has been marked fixed and closed. Can you please try using latest Aspose.Slides for Java 20.12 and share feedback if there is still an issue in the form of output.

Yeah it works with Slides 20.12.

@simon.wiseman

It’s good to know that suggested version has resolve the issue on your end.