Parsing Word Document

  • Thread starter Thread starter kids_pro
  • Start date Start date
K

kids_pro

Hi there,

Is there any technique where I can use to parse Word Document paragraph and
return the text in specific font format?

Because in word document we can have many paragraphs and in paragraph we can
format the text in different font name. But to get the text formatted in
specific font back into C# it tricky to me.

Please advice,
Kids
 
what is the business problem you are trying to solve? You may be trying to
do something that requires difficult coding, where another solution would be
far easier.

Please share.

--- Nick
 
Hi Nick,

In previous time we don't have unicode font available in our language.
Therefore we use bitmap font to input our script.
Now unicode font are available but we don't want to retype our word document
again.
So we want to parse the document and convert the specific text which format
in the bitmap font.

Cheers,
Kids
 
I'm afraid that I may not be much help then. I suggest that you post your
message in the newsgroups dedicated to MS word
microsoft.public.word or microsoft.public.word.general

-- Nick
 
Back
Top