Category "docx4j"

Upgrading to 11.4.6 causes java.lang.NoClassDefFoundError: Could not initialize class org.docx4j.fonts.IdentityPlusMapper

Case: Writing a docx as pdf using WordprocessingMLPackage and setting the fontMapper using IdentityPlusMapper() from org.docx4j.fonts to map the fonts in the do

Using docx4j to convert .docx to .pdf

I'm trying to convert .docx files to .pdf files. Now I have the following code: class DocxToPdf { fun convert(inputFileLocation: FileInputStream, outputFile

Page breaks in html don't appear when embedded in a docx file with docx4j

I'm outputting a Word (docx) file using docx4j, and the page breaks aren't appearing in the document. I'm using: hr {page-break-after: always} for the css, b