Category "docx4j"

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