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
I'm trying to convert .docx files to .pdf files. Now I have the following code: class DocxToPdf { fun convert(inputFileLocation: FileInputStream, outputFile
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