从Word文件读取图像并显示在jframe中

从Word文件读取图像并显示在jframe中

问题描述:

如何从Word文档文件中读取图像并在jframe中显示?

How to read image from a word document file and display in jframe?

要解析Java中的Office文档(包括MS Word文件),建议您使用

To parse office documents (including MS Word files) in Java, I suggest you use the Apache POI library.