Is there a date for the next release? We are using some features currently contained in the nightly builds, but they are not in the current 2.8.0 release, so we were wondering if there is a date for the next release.
Thank you !
It is currently Tue Jun 24, 2025 3:12 am
wordMLPackage = org.docx4j.openpackaging.packages.WordprocessingMLPackage.load(inputFile);
*ERROR* PropertyResolver: style: BodyText has no PPr (PropertyResolver.java, line 634)
PPr expressPPr = s.getPPr();
if (expressPPr==null) {
log.error("style: " + styleId + " has no PPr");
String normalId = this.styleDefinitionsPart.getDefaultParagraphStyle().getStyleId();
resolvedPPr = resolvedStylePPrComponent.get(normalId);
return resolvedPPr;
}
Total posts 10181 • Total topics 2864 • Total members 2095