I am using the following code to get page number of a word doc it is working fine in windows but not in UNIX server. It is reporting wrong page Numbers in UNIX
Document document = new Document(filePath);
LayoutCollector…...Getting page number of word document is not working accurately...following code to get page number of a word doc it is working...