Hi, Is Apache poi capable of embedding other files in word documents (.docx)?
I've managed to write an embed file but I can't display it (reference it) via an icon or a link inside the document. I use XWPFDocument and OPCPackage and I'm using Apache POI 3.11. This is my code : http://stackoverflow.com/questions/37119492/apache-poi-java-display-embedded-files-on-microsoft-word-docx If it is not possible, is it for .doc with HWPFDocument and POIFSFIlesystem? Sorry for my English I'm not native. Thank you very much. Marc