M
m rafala
Is there a way to programmatically determine the page count from a Word Doc
file without opening it in Word and without using a COM object (and without
requiring Word be installed)?
I can do this with an RTF file by simply reading in the plain text and
looking for the {\nofpages#} tag. But I would like to do this for a binary
Doc file as well.
file without opening it in Word and without using a COM object (and without
requiring Word be installed)?
I can do this with an RTF file by simply reading in the plain text and
looking for the {\nofpages#} tag. But I would like to do this for a binary
Doc file as well.