The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

I am using the Count Words Javascript (see below) from Acrobat 5.0 to 
count words in a manual and am wondering if anyone can tell me what this 
JavaScript considers a word.  TIA.

/* Count Words */
var cnt=0;
for (var p = 0; p < this.numPages; p++)
cnt += getPageNumWords(p);
console.println("There are " + cnt + " words in this document.");

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdf.html

Reply via email to