javascript - How can I get word count, page count information in table format for multiple word files -


is there option (script, macro) available word count, page count information in table format multiple word files. example final output looks below format:

document    words   pages   characters without spaces   characters spaces  chapter 1   456      15     13545                           13745 chapter 2   132      14     12345                           12456 

regards, jaidinesh

use msdn manual

also, except

application.activedocument.characters.count 

use words property


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -