Hello,
I need a way to extract information from a word document. (I am able to choose the .docx form)
For instance extract a list of elements ....
Do you have ideas ? or lead to follow ?
Thanks,
It is currently Sun Feb 23, 2025 10:32 am
template = WordprocessingMLPackage.load(this.getClass().getClassLoader().getResourceAsStream(templatePath));
MainDocumentPart documentPart = template.getMainDocumentPart();
documentPart.addStyledParagraphOfText("Heading1", "test1");
documentPart.addStyledParagraphOfText("Heading1", "test2");
documentPart.addStyledParagraphOfText("Heading1", "test3");
Total posts 10142 • Total topics 2852 • Total members 2083