Copy link to clipboard
Copied
How do I get a word count for a PDF doc or for a selected passage?
Copy link to clipboard
Copied
does anyone know of a tool that doesn't cost $15/month/user?
yes, they have a free online tool, but if I can copy/paste into their web form, I can paste into Word and get the same count
Copy link to clipboard
Copied
Does/can Adobe Reader have a feature that provides automatic word counts for documents? Translators need such numbers (actually, several metrics can be used, not just raw word count) as the primary basis for their fees.
By @Nachal_nik
WHY WOULD ADOBE NOT ICLUDE SOMETHING SO BASIC? They've been failing a lot lately with me. There's no Premier Rush for android. You can't make AR filters for facebook and instagram with their Aero. You can't make multiple copies of your work in Spark open at the same time, etc etc etc etc . What's going on adobe?
Copy link to clipboard
Copied
I'd like to know how to get a word count on a PDF document? Also, how do I highlight an entire file (so I can copy it onto Word which gives me a word count) without highlighting the first line and scrolling down line by line. Email is:(Email Address removed by Moderator).
Copy link to clipboard
Copied
Reader doesn't have a word count feature.
Edit > Select all to highlight the text.
Copy link to clipboard
Copied
Where do I find "Edit" and "Select all"
In a message dated 3/5/2017 8:44:34 A.M. US Mountain Standard Time,
forums_noreply@adobe.com writes:
Word count on Adobe
created by BarbBinder (https://forums.adobe.com/people/BarbBinder) in
Acrobat Reader - View the full discussion
(https://forums.adobe.com/message/9372213#9372213)
Copy link to clipboard
Copied
If you can't see the menus, press Escape.
You can can also use the keyboard shortcut Ctrl A.
Copy link to clipboard
Copied
It's a menu like in almost every app.
Copy link to clipboard
Copied
I've developed a tool that allows you to do it directly in Acrobat (or Reader) and it is free. You can get it here: Custom-made Adobe Scripts: Reader -- Word Count (FREE)
Copy link to clipboard
Copied
I just downloaded and tried this script. I got a more than 20% greater word count than using Word or some other tools.
Copy link to clipboard
Copied
Word counting is an exact science. Especially in PDF, where there aren't even any words. So the first thing is to use guesswork and spacing to try and decide the likely word breaks.
Copy link to clipboard
Copied
did you mean to say "is not an exact science?"
because it absolutely is. Microsoft can do it. Google can do it. A host of other commercial tools can do it, with only nominal varriance in results.
And yes, PDFs certainly do contain words. And yes, the spaces between the groups of letters is how we figure out what the words are.
What I'd like to know is, what does javascript count as a "word" in Acrobat that other tools don't?
I've got a file that's 46,000 words (per Word, AnyCount, Google Docs). Simple javascript code that's suppossed to do the same thing in Acrobat returns 47,000 words. Another that has 991 words in Word returns 1184 words in the console.
the javascript, found here on these forums is:
var cnt=0;
for (var p = 0; p < this.numPages; p++) cnt += getPageNumWords(p);
console.println("There are " + cnt + " words in this file.");
It's just terribly frustrating that this basic functionality isn't included. And that any tools to do it natively within the program return such wildly inaccurate results.
Copy link to clipboard
Copied
Apologies, exactly - "NOT an exact science".
PDFs do not contain spaces - spaces are the result of guesswork. So they may vary. It's unusual to have such a large variation, nevertheless. If you indeed have Acrobat, which you mention, then just export to Word and let it count. Compare before and after. If you said Acrobat but meant Acrobat Reader, then try a copy/paste to Word of a page of text and compare. As I understand it, copy/paste and JavaScript do the same "word finding".
Copy link to clipboard
Copied
you're going to have to explain that one — "PDFs do not contain spaces" — because they absolutely do. They are characters and you can type them. I can copy them out of one file (the PDF) and paste them into another (Word).
this is what I get in the console when I run the script on a simple file:
1184 words
I Select All > Copy, open Word, Paste, run a word count and get:
991 words. 5,623 characters with spaces, 4,803 characters without spaces, or approximately 780 spaces.
I have people who work on several hundred titles a season, and the seemingly simple step of exporting a docx or rtf file and opening in Word becomes tedious and time consuming when just selecting a menu item or clicking a button (like a script) should be able to do it — reliably — within the application.
Back in the old days, when we did this manually, we'd take the total character count and just divide by 5. In my above example, I'd get 1125 — just short of what Acrobat's console is reporting.
Acrobat's Search function can return whole words, so it can differentiate between part of a word and a whole word.
Copy link to clipboard
Copied
On Windows platform you can use AnyCount PDF Word Count tool even without Adobe Acrobat or Adobe Acrobat reader installed.
Copy link to clipboard
Copied
for $15/month/user
Copy link to clipboard
Copied
Is it possible to do a word count using Adobe Acrobat DC? if so, how is it done?
Thank you
Copy link to clipboard
Copied
Just install the (free) "Word Counter" plugin which is part of the (free) abracadabraTools: https://www.abracadabrapdf.net/?p=972
It is also available for Acrobat Reader.
Copy link to clipboard
Copied
I tried this word counter. I got an up to 20% greater word count than using MS Word.
Some of the other tools look useful — basically one-click solutions to things that are done with Preflights. But if you're experienced enough to know how to use them properly* you likely already have custom preflight to do these things.
(* Crop, for example, says it "removes" marks and stuff outside the Trim. If you've ever cropped a PDF before you know it doesn't actually remove these items, just restricts them from view. This is important for people who believe they're removing sensitive data.)
Copy link to clipboard
Copied
Highlight your text. Copy/paste it into a wordprocessing program (Google Docs, MS Word, etc) and use that program's word counter tool.
Copy link to clipboard
Copied
I have a multilined field named "Bio" that needs to have the words typed, counted. This field must also not allow the user to type in more then 65 words. If less than 65 words the field is editable. At 65 words the field becomes locked or read only. There is also field on the form, named "WordCount." This field will get/display the total words typed in the "Bio" field.
I hope someone can help.
Copy link to clipboard
Copied
Locking the field is a bad idea. What if the user made a mistake and wants to go back and edit it?
It's better to not allow more than 65 words to be entered by reject any new input when that happens.
To do that you would need to use a custom Keystroke script.
I've developed a similar (paid-for) tool that can count words "live" as the user types them into a field. It wouldn't be too hard to adjust it to also stop the user from entering more than a specific amount of words into it. You can find it here: Custom-made Adobe Scripts: Acrobat -- "Live" Characters and Words Counter
Copy link to clipboard
Copied
Word counts are not the best way to limit input on a field. Instead, set the field to allow multiline input but not to allow scrolling long text. Then set the font size (not auto). Acrobat will then allow the user to enter as much text as fits within the boundaries of the field given the font size and then beep if they enter too much. This allows you to be flexible with word length and number of words while still limiting the amount of text entered.
Copy link to clipboard
Copied
Thanks for your replies! However I finally got this thing figures out with scripting! I place the following code in the document level:
Script Name: wordsMax
The code:
function limit_words_ks(max_words)
{
// Get all of the characters in the field
var s = AFMergeChange(event);
// Reject if more than max_num words
if (s.split(/[ ]+/).length > max_words) {
app.alert("You can't enter more than 65 words to this field.");
event.rc = false;
}
}
In the field to be typed in I added the following Javascript into the Custom Key Stroke Script:
The code:
{
var Bio = event.value.split(" ");
this.getField("WordCount").value = Bio.length;
limit_words_ks(65);
}
The result was the word input in the field were totaled in the field "WordCount.", When the user attempted to go past 65 words an alert window popped up telling the user "You can't enter more than 65 words to this field." The user could remove words, but not add.
Copy link to clipboard
Copied
That is a script...
Copy link to clipboard
Copied
I have a script, counts words typed into text box and displays it in another box.
But the number of words only show up when you exit the field. I want the numbers to show as you type.... I tried on blur, mouse exit etc.....any ideas how to do it?
Validate / Run custom validation script
var aWords = event.value.split(" ");
this.getField("WordCount").value = aWords.length;