How to insert a image in word document with Apache POI?
问题 I have this code: public class ImageAttachmentInDocument { /** * @param args * @throws IOException * @throws InvalidFormatException */ public static void main(String[] args) throws IOException, InvalidFormatException { XWPFDocument doc = new XWPFDocument(); FileInputStream is = new FileInputStream("encabezado.jpg"); doc.addPictureData(IOUtils.toByteArray(is), doc.PICTURE_TYPE_JPEG); XWPFParagraph title = doc.createParagraph(); XWPFRun run = title.createRun(); run.setText("Fig.1 A Natural