Re: reading ms word template
Posted By:
Tim_Rohaly
Posted On:
Sunday, April 22, 2001 06:55 PM
MS Word is a Microsoft-specific binary format.
What you are really asking is how to parse that
format and extract certain information from it.
My suggestion is to get a copy of the specification -
this will tell you exactly how the data is stored so
you can write your own class to do exactly what you
need. The same is true of PDF format, except PDF
is a much more open standard than Word.