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