How to extract all images out of a word file in a folder?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amarbir
Forum Newbie
Posts: 2
Joined: Fri Oct 02, 2009 11:57 pm

How to extract all images out of a word file in a folder?

Post by amarbir »

how can i extract images out of word file in jpeg or gif format and to save them one by one in a separate folder?

I have a word file containing questions and questions also have images. I want to get all those images in a folder with extension either jpeg or gif????????

so plz help me how can i do this???????????????

I am giving a examples
I have questions like below and these contains images at the place of tag:
1. Let . If B is the inverse of matrix A, then  is
 -2
 2
 5
 -1

2. find the integration of .
 2
 3
 4
 5

3. Let . If B is the inverse of matrix A, then  is
 -2
 2
 5
 -1

4. find the integration of .
 2
 3
 4
 5
Post Reply