Hi, can you look at the attched document, method document.hasRevisions(); returns true, although I cannot see them in document, and cannot accept them in word.
I am using aspose for java.
Thanks, Ivica.
Hi, can you look at the attched document, method document.hasRevisions(); returns true, although I cannot see them in document, and cannot accept them in word.
I am using aspose for java.
Thanks, Ivica.
Hi
Thank you for reporting this problem to us. I managed to reproduce this problem and created new issue #4796 in our defect database. This issue will be fixed in .NET baseline and then ported to java version.
As workaround you can accept revisions programmatically.
Document doc = new Document("in.doc");
doc.acceptAllRevisions();
System.out.println( doc.hasRevisions());
Best regards.
Hi, I have one more document that detects revisions although they are accepted in word.
Thanks, Ivica.
Hi
Thank you for more information. We will investigate the problem.
Best regards.
Hi, here is another one.
Regards, Ivica.
Thank you.
Best regards.