I am setting below properties in my code while converting from xhtml to docx, but these are not getting reflected in the output docx file.
Docx4jProperties.setProperty("docx4j.PageSize", "A4");
Docx4jProperties.setProperty("docx4j.FontSize", "10.5");
Docx4jProperties.setProperty("docx4j.PageMargins", "WIDE");
Docx4jProperties.setProperty("docx4j.PageOrientationLandscape", "true");
Can you please help here.