Hi,
I use docx4j 8.3.10
When I check a docx file generated by docx4j with "file --mime-type" command, I get "application/octet-stream"
But when I check a file generated by word, I get "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
Is there a way to change the mime type generated by docx4j ?
(my files are not allowed by a API due to this mime type)