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 Dec 03, 2025 9:50 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 10213 • Total topics 2877 • Total members 2103