I'm using docx4j to convert docx files to PDFs.
Page numbers in the footer are not being rendered correctly though.
Suppose I have a 3 page docx document: each page in the generated pdf file will have the same page number, and this page number is either 1 or the max page number.
I'm using the org.docx4j.convert.out.pdf.viaXSLFO.Conversion converter - overall it produces really good results.
Any help or pointers resolving this would be very much ...