Docx4j convert HTML to docx does not apply font-family Times to div
I am trying to convert HTML to Docx but some how <div> with Times New Roman font set in CSS does not applied when converted to Docx, div with Segoe UI is ok though. (My Microsoft Word do have option to change text font to Times New Roman and I can convert html <p> tag to Times, just can’t do the same with <div>)
Transformation of xhtml to docx using docx4j doesn’t produce header/footer
I would like to produce docx from xhtml, including footer/header with page numbering. The input is:
docx4j-JAXB-MOXy keeps trying to use glassfix.jaxb.runtime after upgrading to Spring Boot 3/jakarta.xml.bind-api 4
Using docx4j-JAXB-MOXy I upgraded to Spring Boot 3.3.0 but this also changed the jakarta.xml.bind-api dependency version to 4.0.2 (managed by Spring I guess).
Free Community edision – Attaching xlsx file to docx word document
We have a requirement to attach a xlsx file to docx document or attaching a file while creating docx document. Does free docx4j community edition support this feature.