Re: Import Data from Microsoft Word
- From: "AliR \(VC++ MVP\)" <AliR@xxxxxxxxxxxxx>
- Date: Mon, 4 Dec 2006 16:33:17 -0600
Have you had a chance to look at the VS 2005 Tools for Office yet?
I wonder if that has anything in it for what I am trying to do. I haven't
switched my project from 2003 to 2005 yet. And I wasn't really planning on
do it since it is already released (too many hurdles for distributing new
dlls). But if it does have tools for parsing word files then I might just
switch to 2005
AliR.
"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote in message
news:1165268993.122087.267570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
documentI am supposed to write a piece of code to read data from a MS Word
(Thefile (Importer). The text in the word document is tagged with styles
alongdropdown to the left of font name). What I need to do is read the text
foundwith its style so that I can tell what to do with the text.
Has anyone done anything like this before? The only thing that I have
is office automation. But there is so much info that I haven't even
scratched the surface.
You have only choice and thats Word's object model. I dont know if it
exposes all that you want but thats the direction you need to take. I
just started using SyncFusion in .Net project and it comes with some
Word classes allowing this kind of work. Worth a look.
---
Ajay
.
- Follow-Ups:
- Re: Import Data from Microsoft Word
- From: Ajay Kalra
- Re: Import Data from Microsoft Word
- From: Joseph M . Newcomer
- Re: Import Data from Microsoft Word
- References:
- Import Data from Microsoft Word
- From: AliR \(VC++ MVP\)
- Re: Import Data from Microsoft Word
- From: Ajay Kalra
- Import Data from Microsoft Word
- Prev by Date: Re: highlighting an entire row in CListCtrl?
- Next by Date: Re: why is CoUninitialize being called in CDHtmlDialog::Navigate
- Previous by thread: Re: Import Data from Microsoft Word
- Next by thread: Re: Import Data from Microsoft Word
- Index(es):
Relevant Pages
|