I am using openoffice sdk to get all info from doc file, what I need now is to be able to extract all images in a doc file and save them as images png or gif.
I am using Java, Is there any working example?
thanks;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here it is example how to extract images from MS Word/OpenOffice documents. It is written in C# but it trivial to convert it to Java.
link: http://blog-of-darius.blogspot.com/2011/03/extract-images-from-word-openoffice.html
Updated:
I converted code to Java