i want to read an image embedded in a MS word document using Java. I want to reconstruct the image file using core java. Can you suggest how this task can be achieved....
thanks in advance.....
Printable View
i want to read an image embedded in a MS word document using Java. I want to reconstruct the image file using core java. Can you suggest how this task can be achieved....
thanks in advance.....
You will need a package that can read and understand MS word doc files. Google can help you find one.
Maybe apache POI has that capability.