I have a simple Word document.
When I load the document in a Aspose document with
com.aspose.words.Document adoc= new com.aspose.words.Document(fileName);
and save it unchanged to the same file on disk again with
adoc.save(fileName);
text in the document shifts.
I send you the Original document (file before) and the result after saving it to disk (file after).
I work with Aspose.Words.jdk14.jar but have also downloaded the latest version aspose-words-17.1.0-jdk16.jar and the problem remains with the newest version.
Can you explain why this problem occurs.
I think it is someting in the Word document, but need to know how to solve. At this moment it is a big problem.
The issues you have found earlier (filed as WORDSNET-14744) have been fixed in this Aspose.Words for .NET 17.4 update and this Aspose.Words for Java 17.4 update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.