I Want to convert xhtml to docx . I want below customizations:
1 Default font size to set as 10.5pt
2 Default font family to be set as Frutiger 45 Light
3 Page size to be set as A4
Above points are are done from docx4j.properties file . But I want to put the docx4j.propties in some other directory(other than class path)
4. Set font family Frutiger 45 light(I have .ttf files)
4 Customized Margins--Done in the code
5 Header Spacing in Letter (different in 1st page and rest of the pages)
6 Advice No. in Header (2nd page onwards)
7 Footer(Footer text and page numbering(page x of y))---This is done
8 Reply form page number reset(separate html div is coming for reply form part)
9 Reply form Spacing (different in 1st page and rest of the pages)
@Jason Are above things possible using docx4j and xHTMLImporter ?