How to Read Images from Word Dosument.
Hello everyone.
I want to read Images as well as text that is present in my Word document file (myfile.doc) using vb.net.
In my word file i have Four Images and Description about that images. like below
Image
This is Image |
--
Description
I have these type of four images and description, so I want to retrieve the images and want to display it in the label that is on my windows form. and also want to retrieve the description about the image and want to display that in another label that is present below the image label.
Can anyone give me the code for the same.
Please..........
Take a good look at the name of the group to which you're posting: it
says VBA. Your project is in the .NET Framework and doesn't belong here.
Best you can do is copy the picture, then pull it off the Clipboard. The
Word object model provides no interface for extracting graphics file
objects.
<<I want to read Images as well as text that is present in my Word
document file (myfile.doc) using vb.net.
In my word file i have Four Images and Description about that images.
like below
Image
This is Image |
--
Description
I have these type of four images and description, so I want to retrieve
the images and want to display it in the label that is on my windows
form. and also want to retrieve the description about the image and want
to display that in another label that is present below the image label.
Can anyone give me the code for the same.>>