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 Fri Sep 19, 2025 8:53 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;
}
Properties properties = Docx4jProperties.getProperties();
properties.setProperty("docx4j.PageOrientationLandscape", "true");
Total posts 10193 • Total topics 2868 • Total members 2098