hello, i did some search in this group and google, seems with
Dsofile.dll the document properties and custom document properties can
be accessed without opening the word document, how about doc
variables? thanks. - kelie

Re: possible to extract doc variable without opening document? by Jonathan

Jonathan
Sat Mar 10 04:16:31 CST 2007


<kf9150@gmail.com> wrote in message
news:1173510558.719359.265520@64g2000cwx.googlegroups.com...
> hello, i did some search in this group and google, seems with
> Dsofile.dll the document properties and custom document properties can
> be accessed without opening the word document, how about doc
> variables? thanks. - kelie
>

No, for those you need to open the doc in Word. However, for the new docx
file format that comes with Office 2007, you will be able to open those
files and get at anything without using Word, provided you take the trouble
to learn how to read and write XML.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup



Re: possible to extract doc variable without opening document? by Kelie

Kelie
Sat Mar 10 12:49:18 CST 2007

On Mar 10, 12:16 am, "Jonathan West" <j...@mvps.org> wrote:

> No, for those you need to open the doc in Word. However, for the new docx
> file format that comes with Office 2007, you will be able to open those
> files and get at anything without using Word, provided you take the trouble
> to learn how to read and write XML.
>
> --

Thank you Jonathan.


Re: possible to extract doc variable without opening document? by Kelie

Kelie
Sat Mar 10 12:53:07 CST 2007

On Mar 10, 12:16 am, "Jonathan West" <j...@mvps.org> wrote:

> No, for those you need to open the doc in Word. However, for the new docx
> file format that comes with Office 2007, you will be able to open those
> files and get at anything without using Word, provided you take the trouble
> to learn how to read and write XML.


Thank you Jonathan.