Java Version information
1) 32-bit
2) version - 1.8.0_242
3) Amazon.com Inc.
Please find the below code:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(tmpSourceFile.toFile());
pageCount=wordMLPackage.getDocPropsExtendedPart().getContents().getPages();
log.info("pageCount : " +pageCount);
Currently we are using docx4j-6.1.0.jar file and we try to update with docx4j-8.3.0 version.
We didn't see the exact jar file like in version 6.1.0 even though we tried with jars present in docx4j-community-8.3.0.
Do you know which jar files we need to update other than the jar file ...