plutext / docx4j

JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files
https://www.docx4java.org/
2.1k stars 1.2k forks source link

About word documents with Sensitivity #583

Closed EphemearlDusk closed 2 months ago

EphemearlDusk commented 3 months ago

When I add Sensitivity to the document, the generated document cannot be displayed normally Screenshot 2024-06-27 151044 Screenshot 2024-06-27 151221

plutext commented 3 months ago

Could you please attach a sample docx with sensitivity applied?

EphemearlDusk commented 3 months ago

okay. test.docx outputFile.docx

plutext commented 3 months ago

mc:Ignorable contains w16du, but namespace xmlns:w16du="http://schemas.microsoft.com/office/word/2023/wordml/word16du" is missing from output document.xml

11.4.10 and 8.3.10 fix this: https://www.docx4java.org/forums/docx-java-f6/new-namespace-mapping-issue-t3112.html