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 Sat Jan 11, 2025 8:48 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 10116 • Total topics 2845 • Total members 2076