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 Sun Apr 27, 2025 7:31 pm
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 10160 • Total topics 2859 • Total members 2089