https://bz.apache.org/bugzilla/show_bug.cgi?id=68615
Dominik Stadler <dominik.stad...@gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Dominik Stadler <dominik.stad...@gmx.at> --- It seems reading the summary-information is not necessary, the following is sufficient to trigger this for me: try (HWPFDocument doc = new HWPFDocument(new FileInputStream("/tmp/file-sample_100kB.doc"))) { try (OutputStream outputStream = new FileOutputStream("/tmp/output.doc")) { doc.write(outputStream); } } Unfortunately support for doc/docx is not complete and no-one is actively working on it, so patches/fixes are highly welcome! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org