Reputation: 1451
How to read image from a word document file and display in jframe?
Upvotes: 0
Views: 846
Reputation: 115338
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.
Upvotes: 0
Reputation: 421040
To parse office documents (including MS Word files) in Java, I suggest you use the Apache POI library.
Upvotes: 1