View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Mihidum Mihidum is offline
external usenet poster
 
Posts: 2
Default Get the page count

Hi,
I've an ASP.NET web application on which I need to get the word doc page
count. Since I have many word documents to get the page count, I don't want
to use Word Application object as it will consume a lot of resources on the
server.

Is there a possibility to get the page count by reading the word doc into a
stream & by looking for page delimiters?

Or is there a better way to get the page count without using word
applications objects.

Please help.....!