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 Wed Apr 29, 2026 1:10 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 10223 • Total topics 2881 • Total members 2105