Hello,
For example I've got an org.docx4j.wml.Tr object is it possible to replace it with a different Tr object created based on a string, say, loaded from data base?
It is currently Thu Apr 03, 2025 6:16 pm
wordMLPackage = WordprocessingMLPackage.load(new java.io.File(outputfilepath));
wordMLPackage = ProcessAltChunk.process(wordMLPackage);
SaveToZipFile saver = new SaveToZipFile(wordMLPackage);
saver.save(finaloutpath);
org.docx4j.openpackaging.parts.WordprocessingML.MetafileWmfPart cannot be cast to org.docx4j.openpackaging.parts.WordprocessingML.BinaryPartAbstractImage
Total posts 10157 • Total topics 2857 • Total members 2087