I would like to know if it is possible to save documents in 2007 compatibility mode. And if it is, how to do it?
Basically, I am converting a document from html to docx using docx4j-XHTMLImporterImpl. After the conversion is performed, a set of reformatting tasks are performed using docx4j (e.g., inserting lines, moving text into headers and footers, resizing tables, highlighting). The final step is saving the document as a docx file.
The document ...