R
Reed
I need to get reliable character counts from documents submitted in word
format.
*Reading them from structured storage isn't reliable, as by default fast
saves are enabled and the count isn't up to date as far as I can tell.
*Word on Macs doesn't save using structured storage.
Opening word is to expensive to do to get counts with doc.Characters.Count()
5000 openings of word crushed the system last year, and noone wants to by 10
more servers just to open word. I have thougth of keeping word running and
opening/closing documetns as necessary, but that is still a lot of Processor
time. Aside from that Characters.Count counts Paragragh symbols and other
things that aren't Charaters to the final print layout.
Is there a standard way to get Char counts from word documents composed on
different platforms without opening word everytime? ANd if I have to buy 10
copies of word and 10 servers to get character counts is there a way to get
them reliably without counting markup characters as characters?
TIA for any advice or direction.
~reed
format.
*Reading them from structured storage isn't reliable, as by default fast
saves are enabled and the count isn't up to date as far as I can tell.
*Word on Macs doesn't save using structured storage.
Opening word is to expensive to do to get counts with doc.Characters.Count()
5000 openings of word crushed the system last year, and noone wants to by 10
more servers just to open word. I have thougth of keeping word running and
opening/closing documetns as necessary, but that is still a lot of Processor
time. Aside from that Characters.Count counts Paragragh symbols and other
things that aren't Charaters to the final print layout.
Is there a standard way to get Char counts from word documents composed on
different platforms without opening word everytime? ANd if I have to buy 10
copies of word and 10 servers to get character counts is there a way to get
them reliably without counting markup characters as characters?
TIA for any advice or direction.
~reed