Pages 08' Word Count?

Is there a word count for Pages 08? If so, how do I see it or view it?

PeterBreis0807 wrote:
But Yvan I had to teach you how to do that.
You had to teach me that quotes are required for Preview under 10.5 because I don't use 10.5 !
In fact I don't use Preview because I prefer Adobe Reader which displays my docs a better way.
here Preview under 10.5
here Adobe Reader (10.4 and/or 10.5)
More to the point is that if the Word Count function is in a logical location, why are so many unable to find it without resorting to searches of the manual?
Because most of them doesn't search seriously.
But, even it the location was odd, it's not normal that they ask here before searching in the Help AND in the PDF User Guide.
The forum is not a catch all questions recipient.
The Help and terms of use clearly urges them to search in the delivered resources.
These resources are:
(1) the menus themselves
(2) the Inspectors themselves
(3) the Help
(4) the PDF User Guide which is delivered with every copy of iWork, on disk or in downloaded versions
(5) last not least, in the existing threads.
For my own use, I searched in the Help and in the PDF because I was surprised to read users claiming that they didn't found the info.
Doing that, I discovered that what _I got in the Edit menu_ is also available in an Inspector in which I had never searched as I was already able to get the tool in the menu.
When I searched in the Help I found nothing useful.
When I searched in the PDF, as I am running 10.4, Preview and Adobe Reader gave the response instantaneously.
You wrote here that under 10.5, Preview behaves differently.
I checked and in my response I wrote that quotes may be required.
Last not least, searching in the existing threads give also the response immediately.
So, from my point of view, if we continue to read the question here it's only because many users think _"why would I make the effort to search by myself when there will be some one which will give the response on the forum"_ . In other words, lazyness is becoming the rule.
Yvan KOENIG (from FRANCE mercredi 24 septembre 2008 17:28:05)

Similar Messages

  • Why is the word count function inaccurate in tables?

    Why, when using tables in pages the word count function gives a total that is double the amount of words in the table? This has been a problem with Pages for sometime now. Additionally, is there a quick way of highlighting all the words in the table to give a word count total, similar to highlighting a paragraph, sentence or just a few words?

    Pages v5.2.2 (and probably 5.5) will total all the words in the body of a document (including those in a table) accurately in my experience. Since the Pages v5 family does not permit non-contiguous text selection, your only other way to count just words within the table is from the Statistics component of the free WordService Services package. Just select the table, and then from the Services menu, choose Statistics. The word count matches the table contents.
    Unfortunately, the AppleScript dictionary  for the Pages v5 family excludes any means to address words or characters within cells. The fact that Pages is counting words in the table, is due to native programming, and not AppleScript.

  • Is there a way to exclude title, heading and bibliography text from the word count in pages?

    I've just got the newest version of pages.
    The word count includes everything, from titles to endnotes - including the numbers in my sub-headings.
    I used to use open office where you could select a style i.e. 'body tex't, and get a word count that didn't include every single word in a document.
    Is there a way of doing something similar, or reseting the word count to only 'body text' so I know exactly how long my essays are?
    Thanks.

    Unfortunately, no version of Pages has this fine-grained control over document components and their word count, so the answer is no, regarding user changeable settings.
    Programmatically, I just told AppleScript to count the words of body text in a currently opened Pages v5.2 document. The count matched the Pages word count for the document. So, no solution there either.

  • Putting Word Count in Pages Document

    Is there a way to insert a document's current word count directly into the body of the document? In other words, is there a way to do the equivalent of "Insert Page Number" or "Insert Page Count" for word count?

    PeterBreis0807 wrote:
    See *How to Insert Current Weather and Word Count into Your Document* p307 in the Pages09_UserGuide.pdf downloadable from under the Help menu.
    Peter
    It's dificult to read page 307 in a guide containing 266 pages.
    On page 37 I may read how to view word count and other document statistics but,
    - I saw nothing about current weather
    - I saw nothing about a way to insert the word count in the document as it was asked by the OP
    As far as I know,
    we may insert page num, page count, date time, file name
    but we only
    may display word count.
    Yvan KOENIG (from FRANCE mercredi 27 mai 2009 18:21:12)

  • How do you get word count to print at the end of a document in Pages?

    How do you get word count to print at the end of a document in Pages?

    Pages v5 does not provide a user assignable word count variable. With some AppleScript, and a paste operation from the clipboard, you can have locale punctuated word count in this format: 7,803 — anywhere in your document. The following AppleScript works with Pages '09 v4.3 through Pages v5.5.2 on Yosemite.
    I would suggest that you copy paste the following AppleScript into your [Apple] Script Editor and save it (suggestion) wordcnt.applescript. Then, follow this with an option+Save As… and this time set the File format to Script Bundle, or Application with hidden extension — saved to your Desktop. Provided you have a Pages document open, you are then a double-click from the ability to paste your current word count into Pages.
    Note: If you have Pages word count display enabled, it will automatically count your pasted value as another word which initially may deceive on true word count at the time the script was run.
    AppleScript
    --- copy below this line ---
    property locale : "en_US.UTF-8" -- In Terminal, use the locale command to see yours
    if not ApplicationIsRunning("Pages") then
         display dialog "Pages must be running to use this utility."
         return quit
    end if
    tell application "Pages"
        tell body text of front document
            set wordCnt to count words
            -- Don't want punctuated numbers? Remove the single quote from printf format
            set the clipboard to (do shell script "export LC_ALL=" & locale & "; printf \"%'d\" " & wordCnt)
        end tell
    end tell
    on ApplicationIsRunning(appName)
         tell application "System Events" to set appNameIsRunning to exists (processes where name is appName)
         return appNameIsRunning
    end ApplicationIsRunning

  • Can you do a Word Count in Pages?

    I am working on College essays and applications and a lot of the essays they require you to write can only be so many words. Is there a way to do a word count on Pages? On my PC, Microsoft Word 07 automatically has the word count in the bottom of the window.
    Please help!

    In the inspector there is an automatic word count in the document section. All you need to do is select the info column and it should be there!
    John

  • How do I get a word count in Pages 5.5.2?

    I have a 21.5" iMac, bought December, 2014. I have Yosemite 10.10.2 installed and I am using Pages 5.5.2.
    How do I get a Word Count in Pages 5.5.2?

    View menu > Show Word Count.
    A floating panel will appear at the bottom of your document. Pass your mouse over the right-side of this floating panel and you will see up/down arrows. Click. Choose Word count from the list of available counts. The floating panel now displays word count, until you change it again. You can also move this floating panel with a command+click+drag, in case you want it below your footer content.
    You might want to download the free WordService service solution from the OS X App Store. I provides you with many additional features (e.g. Sort Ascending, Document Statistics, etc.) The act of downloading this application will install, but not activate several services. You activate what you want in:
    System Preferences > Keyboard > Shortcuts > Services : WordService:servicename.
    The WordService application will be in your LaunchPad (on your left Dock). Run it and choose Help. This will launch the Preview PDF viewer and a document showing all the Services available, and their description. Services in OS X act on selected document content. If you want more detail on the number of words, characters, and spaces in a selected paragraph, you would use Pages > Services > WordService:Statistics.

  • How do I get a word count in pages on my iPad?

    Two questions:  I am writing a document on iPad:in Pages.
    1. How can I count the words?
    2. I keep backing it up on iCloud, but document does not appear on my iMac. How do I get it to copy to there?
    Many thanks
    Bill

    Word count: Tap the wrench icon at the top and choose Settings from the menu that opens. Turn on Word Count.
    Do you have iCloud turned on on your iMac? You need to make sure Documents and Data syncing to iCloud is turned on on the computer.

  • I am writing a dissertation, which I have to send to my university in Word format.  In Pages the current word count is given as 12,000, but when opened in Word on another laptop (not a Mac) the word count was 9,000. How do I know which is correct?

    Is the word count in Pages inclusive of footnotes?

    Sounds like you have a lot of counting to do. Lol jk; I'd test with a new doc with 5 words and see which one gets it right. if they're the same; add footnotes to one and see which one says what. Just standard process of elimination.

  • On Pages 09. Error Message "Missing Font" - text on all my files/Documents has disappeared. I know it is still there from the word count - but it is invisible. Any clues Gratefully received.

    On Pages 09. Error Message "Missing Font" - text on all my files/Documents has disappeared. I know it is still there from the word count - but it is invisible. Any clues Gratefully received.

    What version of Pages '09?
    Have you updated it to the latest iWork '09 v4.3?
    Peter

  • How can I get a word count in iCloud Pages Beta?

    Apparently there is no way to get a document word count in iCloud Pages Beta.  Has anyone figured out a work around for this?

    View menu > Show Word Count.
    A floating panel will appear at the bottom of your document. Pass your mouse over the right-side of this floating panel and you will see up/down arrows. Click. Choose Word count from the list of available counts. The floating panel now displays word count, until you change it again. You can also move this floating panel with a command+click+drag, in case you want it below your footer content.
    You might want to download the free WordService service solution from the OS X App Store. I provides you with many additional features (e.g. Sort Ascending, Document Statistics, etc.) The act of downloading this application will install, but not activate several services. You activate what you want in:
    System Preferences > Keyboard > Shortcuts > Services : WordService:servicename.
    The WordService application will be in your LaunchPad (on your left Dock). Run it and choose Help. This will launch the Preview PDF viewer and a document showing all the Services available, and their description. Services in OS X act on selected document content. If you want more detail on the number of words, characters, and spaces in a selected paragraph, you would use Pages > Services > WordService:Statistics.

  • What happened to page count, word count and the toolbar at the top?

    Is there any way to edit the toolbar so that when I want to switch fonts I don't have to keep opening the toolbar on the side? (Is there anyway I can get the toolbar from the previous version back?)
    Also, is there a way for the page count and word count to show up and stay there for future documents? I had the word count appear and tried to save that as a template but when trying to open up new documents I have to go back and make it so the word count shows up again.

    What Peter said.
    Is there any way to edit the toolbar so that when I want to switch fonts I don't have to keep opening the toolbar on the side?
    Yes. Menu > View > Customize Toolbar... drag/drop the Fonts icon adjacent to the Comments icon on the Toolbar. The Fonts icon now becomes a toggle to show/hide the Fonts toolbox, which you could also produce with a command+T.
    (Is there anyway I can get the toolbar from the previous version back?
    No.
    Also, is there a way for the page count and word count to show up and stay there for future documents
    No. Available via Menu > View > Show Word Count. This produces a floating box at the bottom of your document. When you roll over it with your mouse, you have a selection of words, characters, and paragraphs. The word count excludes spaces.

  • After installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    after installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    Same problem. Tried reinstalling Pages. Didn't help. The behavior is like I am typing with a white font on a white background, but I am not.

  • Can anyone tell me how to find word count in Pages? I also need to highlight a paragraph to count this too!

    can anyone tell me how to do a word count in Pages? And word counts in parts of a document? I am sooo struggling with Mac's!!

  • I can't find word count in pages

    Can anyone help me find the word count in pages?

    Pages 5
    Click "View" menu in the Pages menu bar and select " Show Word Count".
    Word count should appear at the end of the page.

Maybe you are looking for

  • Itunes 11.1 won't install on my Mac

    Hi, I updated to IOS7 today and iTunes tells me I need to update to iTunes 11.1. When I open iTunes it tells me a new version (11.1) is available. However, when I choose to update iTunes, the program tells me it is up to date. I checked the version u

  • Problem with wifi adapter model L50A

    I cant find the driver after formatting Please help me Model L50A windows 8 64 bit Solved! Go to Solution.

  • MSI K9A2VM shutdown

    I have a 3 year old MSI K92VM with an AMD Phenom II x4 945 processor.  Whenever doing photo edits or even lengthy photo brousing my computer will spontaneously shut down as if someone pulled the line cord.  This problem started several months ago.  R

  • Version 2 and Time Machine

    There was a problem with backing up photos in Aperture with Time Machine. The "solution" was to exclude the Aperture data from Time Machine. Does version 2 fix this issue?

  • About an error message for downloading iTunes

    Hello,                                                                                                       I'm downloading iTunes 10.7 but I get this message : The feature you are trying to use is on network resource that is unavailable   Click OK