https://issues.apache.org/bugzilla/show_bug.cgi?id=49765
--- Comment #33 from paniraju <[email protected]> --- Thanks for prompt reply XWPFDocument docx = new XWPFDocument(OPCPackage.openOrCreate(new File("c:\\simple.docx"))); XWPFWordExtractor wx = new XWPFWordExtractor(docx); String text = wx.getText(); System.out.println("text = "+text); Im using above code to open existing doc and trying to print , when i do that my complete applications itself getting crashed, i think this happening because after adding image to docx file, docx file got corrupted and now XWPFDocument unable to parse the file and getting. My concern is org.apache.poi of version 3.10 is able add images to word file or not, i have seen lot of bug pages saying lot of issues in adding the image. Does adding image to docx file happens in version 3.10 or still a bug in it -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
