Aspose.Words for Java:
In one docx file, styles are predefined(font name - Calibri(Body)) - attached report - letter.docx
Document document = new Document("report-letter.docx");
document.save("test.docx");
Check saved test.docx and find that all predefined styles’ font names are changed into “Times New Roman”.
Please help.