The table border is different withe accept revisions by office.
The codes:
String Path = "C:\\Users\\z_jia\\Desktop\\a\\data\\";
Document word = new Document(Path + "temp.docx");
var revisions = word.getRevisions();
re…... The codes: String path = "C:\\Users\\z_jia\\Desktop\\a\\data\\";...Document word = new Document(path + "temp.docx"); var revisions...