Hello
We have a program that generates an RTF document (eg. attached Exemple.RTF).
We are trying to convert this to a MS Word document using Aspose (Aspose.Words.jdk16.jar.)
The RTF document reads fine in MS Word. But the Aspose-generated DOC document loses the original styles and fonts, and instead has “scrambled” chinese styles and fonts. (eg attached Exemple.Doc)
Our java code is simple :
try {
Document initDoc = new Document(“Example.RTF”);
initDoc.save(“Example.Doc”);
} catch (Exception e) {
e.printStackTrace();
}
Please help.
Thanks
Nick Harding
Hi Nick,
Thanks for your inquiry.
I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSJAVA-843. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.
We apologize for your inconvenience.
Hello Tahir
I have not been able to find a solution to this problem. Has this progressed at all on your end ?
Thanks
Nick Harding
Hi Nick,
Thanks for your inquiry. I would like to share with you that issues are addressed and resolved based on first come first serve basis. Currently, your issue is pending for analysis and is in the queue. We will update you via this forum thread once there is any update available on your issue.
Thank you for your patience and understanding.
The issues you have found earlier (filed as WORDSJAVA-843) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.