DEV Community

skptricks
skptricks

Posted on

Add images to Word document using Apache POI

Post Link : Add images to Word document using Apache POI

You may have been worked with Apache POI Library to read and write content in excel sheet. But in this article we are going to use Apache POI Library to add images and text content to word document using java. Using Apache POI Library you can perform any kind of read and write operation in word document easily.

Prerequisites :

  1. Install JDK 1.8
  2. Download Apache POI 3.17 library and jars.
  3. Install eclipse.

Add images to Word document using Apache POI

Click to read more...

Top comments (0)