document.joinRunsWithSameFormatting loses formatting

Using Aspose.Words for java 14.9.0.
When running specific document through document.joinRunsWithSameFormatting and saving document back into file - part of formatting is disappeared(see screenshot attached with input -output file comparison).

Code snippet below, problematic input file and ouput are attached.
com.aspose.words.License docLic= new com.aspose.words.License();
docLic.setLicense(“Aspose.Total.Java.lic”);
Document document = new Document(INPUT_FILE);
document.joinRunsWithSameFormatting();
document.save(OUTPUT_FILE);

Hi Andrey,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 14.9.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-10955. Your request has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-10955) have been fixed in this .NET update and this Java update.


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