To get this release, please see https://www.docx4java.org/downloads.html
This purpose of this release is further improvements in font handling in PDF via XSL FO output, including:
- discover fonts in jars, for ease of deployment. By default it looks in /fonts in your jars (path configurable via property docx4j.fonts.PhysicalFonts.Jars.PathPrefix and can be turned off entirely with org.docx4j.fonts.discoverJarFonts.enabled=false)
- distribute symbol substitute fonts in a docx4j-export-fo-fonts-symbol jar which export-fo pulls in automatically via Maven (see https://github.com/plutext/docx4j/tree/ ... nts-symbol and https://repo1.maven.org/maven2/org/docx ... ts-symbol/)
- Windows: discover user-specific fonts (AppData\Local\Microsoft\Windows\Fonts)
- change default for docx4j.fonts.fop.util.FopConfigUtil.simulate-style to true, to make font config easier

