does docx4j allow reading a .doc file? I tried It complained org.docx4j.openpackaging.exceptions.Docx4JException: Couldn't get .xml from ZipFile
is there any way I can read the .doc files?
It is currently Fri Jun 19, 2026 4:52 pm
News of PlutextP pDate = factory.createP();
R rDate = factory.createR();
RPr sample = factory.createRPr();
HpsMeasure size = new HpsMeasure();
size.setVal(BigInteger.valueOf(21));
sample.setSz(size);
rDate.setRPr(sample);
rDate.getContent().add(wordMLPackage.getMainDocumentPart().createParagraphOfText("sample date"));
pDate.getContent().add(rDate);Total posts 10225 • Total topics 2883 • Total members 2107