04-16-2007 06:00 AM
04-16-2007 09:21 AM
Does the text and picture have to be stored in word format? If you store it in HTML it is easily parsed by tag. You should be able to also get this information form a word file but you will probably need to use the office/word ActiveX interface. I have not ttried this with word though. In the next version of office there will be an XML based file format which will facilitate such requests. The current .doc is much less open.
Paul
04-16-2007 09:23 AM
04-17-2007 12:02 AM
I am afraid, it is a word document. This is actually a user manual, which can be changed later on by the user, if needed.
I think we can get the text content using bookmarks. But how to go about extracting the image in labview?
Can you suggest something?
Thanks for your help!!![]()
04-17-2007 09:47 AM
I hav not done this with word because the format of the .doc is not provided so parsing it will require an interface. Your best shot is looking at the activeX interface which is not well supported in work (unlike excel which is easily integrated). Maybe there is some clues on activeX communication with MS word on MSDev. Sorry I cant be much help here. Again Office 2007 will be using a more open format which will allow for simple parsing of an XML based markup format (I went to a developers conference last year which addressed this) and there should be numerous .net object for working with this new format.
Paul