I tried converting a word document to a pdf document using this package, the conversion works, but there are few issues I am facing.
First: the header and footer content are not being included in the pdf document, so is there any way to include that?
Second: page break does not work with the css classes I put such as "page-break-after: always". Does anyone know how to break a page as the documentation does not provide examples of such use-case.