Is there a way to get the Java code to extract these embedded files? Like extracting files from a zip file?
Any suggestion worth lot to me.
Thanks in advanced.
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
You best bet is probably the (open source) Apache POI library, or the (commercial) Aspose stuff. Those are about the only Java libraries that have initimate knowledge of the DOC/DOCX formats.
Using OpenOffice in server mode -and accessing it from a Java client- could be another possibility, assuming it has a way to extract embedded file programmatically.