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 Sun Jan 18, 2026 10:31 am
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 10218 • Total topics 2879 • Total members 2104