Wordcount in PDF/.TeX file?

Associate
Joined
6 Nov 2006
Posts
722
Location
Devon
I have a PDF and the corresponding .tex file which it is typeset from and I need to count the number of words in it. Is there a tool which will do this for me or will I have to copy and paste the whole pdf into word and do it that way?
I did do a quick google which didn't come up with much

Thanks
 
I always used to use "detex report.tex | wc - w" or "pdftotext report.pdf | wc -w" although they only work if you have access to Linux :). The website Phil99 posted looks good as well.
 
Back
Top Bottom