We noticed that compare functionality in Aspose.Words for Java in some cases behaves differently on Linux(Ubuntu) and Windows. Our application in some cases can change font-family capitalization in HTML from “Arial” to “arial” for example.
We then insert HTML fragment into the Document using DocumentBuilder’s insertHTML method.
When invoking compare(Document document, String author, Date dateTime) on the Document object we get different results on different OS:
• Window – case insensitive, no format revisions
• Ubuntu – case sensitive, generates format revisions
Would it be possible to make it behave the same way on Linux platform as far as being case insensitive to the font-family in HTML?