Hi,

I want to do server side extraction of document statistics in all document
types supported by Open Office Writer on a Linux server. The statistics I am
interested in is the word count, character count and number of pages. Are
you aware of any way in which this can be achieved using Open Office?

You don't need OOo for that, you can use some XML processing on the
meta.xml stream inside the ODF package file format. Another way would be
 writing some Java code using ODFDOM, I assume.

further information about ODFDOM can be found here:
http://odftoolkit.org/

Kind regards, Joost

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to