reading images from a word file and display in the jframe
H开发者_JAVA百科ow to read image from a word document file and display in jframe?
To parse office documents (including MS Word files) in Java, I suggest you use the Apache POI library.
Use Jakarta POI to read word file. Then display the content in JFrame as you want. You can also use OpenOffice to embed Word document directly.
精彩评论