Total number of words in a book, anyone?

I have a book made up of a list of documents with a main frame. I would like to know how many books my book contains. I do not know FrameMaker 12A in file-> tools-> Document report a facility to count the number of words in the document. My book has 50 documents and it is tedious to do by hand.

Y at - it a script out there that would do this? Baring, from any script that I might actually take and use? I already know how iterate over each document in a book, what I would need to know is the function I could call to count the number of words in the document and I think I could do the rest.

Thanks for any suggestions or help in this matter,

Egan.

Readability of the http://www.siliconprairiesoftware.com plugin tools

do it and only $20.

Tags: Adobe FrameMaker

Similar Questions

  • Count the total number of specific words on each page

    I have a script that counts the number of times where the word 'Manager' is displayed on each page of a report.

    This is what is returned in the console after running the script:

    Count the number of managers 1 Page number 1

    Count the number of managers 2 Page number 1

    Count the number of managers 3 Page number 1

    Count the number of managers 4 Page number 1

    Count the number of managers 5 Page number 1

    Count the number of managers 1 Page number 2

    Count the number of managers 2 Page number 2

    Count the number of managers 3 Page number 2

    I need the console to report with only the total number of times that the word Manager appears on each page (once) and not iterate over each of them.

    Can someone please advise how this can be achieved?

    Script as follows:

    var this.numPages = NUMPAGES;

    for (var k = 0; k < numpages; k ++)
    {
    {
    numWords var = this.getPageNumWords (k);

    var number = 0;

    for (var i = 0; i < numWords; i ++)
    {
    var ckWord = this.getPageNthWord (k, i, true);
    var q = this.getPageNthWordQuads (k, i);
    Convert quads in the rotation by default user space
    Userspace used by links.
    m = (new Matrix2D).fromRotated(this,0);
    mInv = m.invert)
    r = mInv.transform (q)
    r = r.ToString)
    r = r.split(",");
    If (ckWord = "Manager")
    {
    Count ++;
    Console.println ("Count none managers" + count + "Number of Page" + (k + 1));
    }
    }
    }
    }

    Just move the statement outside the inner loop:

    var this.numPages = NUMPAGES;

    for (var k = 0; k)< numpages;="" k++)="">

    numWords var = this.getPageNumWords (k);

    var number = 0;

    for (var i = 0; i)< numwords;="" i++)="">

    var ckWord = this.getPageNthWord (k, i, true);

    var q = this.getPageNthWordQuads (k, i);

    If (ckWord = 'Manager') {}

    Count ++;

    }

    }

    Console.println ("Count none managers" + count + "Number of Page" + (k + 1));

    }

  • Number of words in document displayed in Windows Explorer does not.

    When I had Vista, I really liked the fact that Windows Explorer displays the number of words in a Word document using the «Détails» Until I realized that, without apparent reason, it displays the number of words sometimes change to one that is totally wrong - without the actual document being altered (i.e. number displayed in the Explorer of words = 2544, true account of the words document = 3655).

    The only way to solve this problem is by opening the document, undertake a different number of words, and then save the file again.

    Anyone has an idea why this could happen and, more important still, how I can stop what is happening in the future?

    It's function is useful is that I've noticed since the evolution of XP and I bought Word 2007 specifically so that I could use this feature (replacing the, apparently perfectly good and free Open Office software).

    Please respost your question in the Discussion of the Office group at: http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.word.docmanagement&lang=en&cr=US where people who specialize in Microsoft Word and its issues (and this seems to be one of them) will be more than happy to help you with your problem.

    Good luck! Lorien - MCSA/MCSE/network + / A +.

  • Total number of samples per channel

    Hello

    I was wondering if you can call a function that returns the total number of samples per channel read. I try to get a precise timestamp.

    I use DAQmx ANSI C developer environment.

    According to NOR:

    Option #1:

    Try and do exactly what the driver is doing.  This will require you to do exactly what you do in the displayed example.  Call time current system immediately before calling the DAQmx Read and subtract dt * x where x is the number of samples already acquired.  It will take you to know exactly how many samples were acquired.  It can be found by calling the Total property of the samples by chain acquired immediately before the DAQmx Read.  This is to introduce some points for innaccuracy.  For example, you're time system is already innaccurate to a certain amount.  In addition, it takes some time between the system times call, calling the total number of samples acquired and calling the DAQmx reading.  If 2 samples are acquired between the call to the time system and the total number of samples acquired, you could be shifted a few samples.  For the slower clock rates, you will have more precision.

    I try to attempet to program this solution, but cannot find the total number of samples per channel acquired property. If anyone can help me, your help will be very appreciated.

    Thank you for your help,

    Vladimir

    Hi Vladimir,.

    Here is the property you are looking for (as the C reference help):

    You will be able to get accurate relative timestamps, since we know that our acquisition is based on a sample with a certain dt clock.  The value of initial time must still come from the OS.

    Best regards

    John

  • How can I show the total number of keywords assigned to an image in Bridge?

    Hi, I tell myself that there must be a way to do this, but I can only find the box "no keywords", no way to actually do a number for the total number of key words, as a particular image has besides the manually. Any help would be greatly appreciated! Thank you.

    The only way for now is via a script, it may be worth putting in for a request all the topics for the Photoshop family because it seems they will update the bridge in the near future.

  • Total number of vCPU by host ESX to avoid list of the CPU allocation during the deployment of VM

    Hello
    Can anyone please share your script to give a list because if all VMHost / total number of CPU of ESX managed by VCenter which is available?
    It is for me to be able to determine what VMhost I can deploy my VM avoids vCPU allocation.
    I understand that the best practice is maximum 4 vCPU unique VM by heart, so here's the example:
    Core 2 x 6 = 12 available vCPU
    This is why there may be a maximum of 12 x 4 = 48 maximum used total vCPU.

    Hi again

    IF you have a csv of the report to use this 1 line:

    $(foreach ($vmhost dans get-vmhost) {$vms $vmhost = | get - vm;})  $vmsVcpucount =($vms|) Measure - Object - property-sum numcpu) .sum; ""| Select @{N = 'Host'; County of E = {$vmhost. Name}},@{N='cpu'; E={$vmhost.numcpu}},@{N='Actual vCPU allocated '; Allocation of vCPU E={$vmsVcpucount}},@{N='Max'; E = {$vmhost.numcpu * 4}},@{N='Available vCPU allowance ';} (E = {($vmhost.numcpu * 4)-$vmsVcpucount}}}). Export-Csv c:\rep123.csv

    Greg

  • Display the page number and the total number of pages in a single domain. Is this possible?

    I would like to than my report to view the number of page in the format "< page number > of < total page >", as "2 of the 6". Rather than create 2 fields to display the page number and the total number of pages and 1 label to display the word 'from' in the Middle, can I combine all of this into one? If so, how?

    Note: I woud wants to use "physical page number" as "total physical pages" and page number as the total number of pages.

    Published by: 1008305 on June 6, 2013 19:31

    Hello

    It is not possible to write in a.

    Even I try for the same, but didn't find any solution.

    We ave only two options to display the page number;

    1.) reports under construction Page number option: string will be: page & to &

    2.), we can take 2 text field that displays the page number and the total number of pages with 'from' lable inside the two text fields.

    IF any new you will come to know then.

    Thank you

    SHAH HARD

  • Number of words in flash?

    Anyone know if it is possible to obtain a number of words from a fla? I imagine that someone can write a JSFL to analyze the CSM in the library? I would be really grateful for any ideas... Thank you.

    Yes, it is possible and yes a jsfl file would be the right tool.

    you would setup nested loops starting with the main timeline and a loop through all layers, all managers looking for instances and actionscript.  all instances that have been text objects could have their counted words.  all instances that were movieclips would be sent again in loops.

  • Calculation of the break time lunch after midnight = total number of minutes?

    Hello, Im new to Livecycle please bare with me. I have a sheet that Im having trouble with.  I searched and searching the net for answers and I did not yet find something to help solve my problem.

    Here's my problem, Im trying to calculate the total number of minutes, an employee took a lunch break. I have a script that works fine for a normal move 08:00 to 17:00. The problem is that I can't him crossed e.g. 23:45 to 12: 15 to 12:30, calculate rather im get 24 h 30.

    Here is my script if anyone out there can you please help me with this id very happy, so far its been a nightmare, try to understand this.

    If (HasValue (morningshift. Row4.Cell5) and HasValue (morningshift. Row4.Cell6)) then

    var start = Floor (Time2Num (morningshift. Row4.Cell5.FormattedValue, "h: mm A") / 1000)

    finishing of the Floor (Time2Num(morningshift.) = var Row4.Cell6.FormattedValue, "h: mm A") / 1000)

    var = regular arrival - departure

    var Min = Right (Concat ('0', Mod (Floor(regular / 60), 60)), 2)

    var h = Right (Concat ("0", ground (regular /(60*60))), 2) Concat(Hrs,":",Min)

    endif

    I had a little problem with something similar.  However, I finally came up with a simple solution.  I just snuck in an if statement in my line of code that adds 24 hours to the end time, when the start time is the largest number. The way which you extracted and formatted the calculation time seems different from mine, but the idea should still work even if you have to make small adjustments.

    Code to get the start time and end in seconds

    ..

    Look for the late shift (86400 = 24 h in seconds)

    If (fStart > = fend) {}

    fend += 86400;

    }

    ..

    Calculate and display the result

  • need to change the number of words in bi publisher 10g

    Hello

    I have a BIPublisher field that displays the total amount. I also have a requirement to display the number of words.

    EX: I have an AMOUNT field that comes up * 10 000 *. I need disply as TENS of THOUSANDS. I need these two fields BI Publisher report as:

    Amount = 10 000 and in terms of tens of thousands

    In the properties of field in Word format, I tried to change <? AMOUNT? > like <? To_char (amount)? > and several things. but returned from the function TO_CHAR unidentified error.

    Thank you.

    Take a look at these:

    http://download.Oracle.com/docs/CD/E12844_01/doc/BIP.1013/e14667/TOC.htm#BABHCACD
    http://blogs.Oracle.com/XmlPublisher/entry/numbers_to_words_update

    Thank you
    bipuser

  • Display the total number of allowed characters

    I have a text field multi-line with a limited number of characters. I would like to let people know how many characters they have typed so far, and the total number of characters allowed.

    Does anyone know of a script that could be used to do this?

    I use Acrobat X on Windows.

    No, that would be a custom validation script. To enter a custom key script combination, go to the Format of the field properties dialog box, select a custom fo format category and you will see where you can write a custom typing script. In your case, it should be:

    remaining_count("ShowCharCount");
    
  • Determine the Total number of images in a loaded SWF file

    I used the loader class and the load method to load a swf file that has multiple frames.  Does anyone have a suggestion how to determine the total number of frames in the SWF file script after loading?

    AFTER loading is complete (that is to say, use a listener), you can access the content property of the loader (cast as a movielcip):

    MovieClip (yourloader.content) .totalFrames;

  • Total number of Pages - fax cover page

    I am trying to create a field in a Fax cover sheet PDF that fills automatically the total number of pages in the PDF file.

    I use the PDF as a template and then add more pages than necessary.  There is a field that says "Pages including the cover sheet", which I would like to '1' as a default, but change the number of pages that I add to the PDF document.

    Anyone know if it's possible to do?

    Thank you!

    It is possible, but you must place the code in a place that will trigger when you wish. Options include an "Update" button that you create for this purpose, the opening event of the Page of the cover page, in which case it will be triggered when you revisit the cover page, bookmark, etc.. The script might look like:

    // Update the value of the page counter field
    getField("page_counter").value = numPages;
    

    Where 'page_counter' is the name of the field.

    There is no kind of event as "Page was added", so it is not quite as automatic as you can.

  • Total amount in Word

    Hello

    I want to convert a total of Word in rupees.
    I have an article with the Grand Total I want to convert this total general in word to the other article then, how can I do this.


    Maury

    Hi Maury

    There are a lot of references on the net where you will get the code examples to convert numbers into words - I assume that you want to convert it to English words and not in a single document of Microsoft Word ;)

    Just google "number oracle to function of words" and you will see many - I enclose below the example simple (but not the best).

    My example is a 55 page

    Now you must set the Type of the Source of your article P55_TOTAL_IN_WORDS sql query
    whose Source is: -.
    Select to_char (to_date (to_number(:P55_TOTAL_NUMBER),' I), "JSP"). "Rupees as double converted_form;
    and the Source is
    "Always, replacement of any existing value.

    You should now have the number and heading appears.

    I hope this helps.

    Mike
    ----------------------------------------------------------------
    Convert numbers into words

    This trick comes Murugesan Appukutty, an STD in Bangalore, India.

    This query converts numbers to their text equivalents.

    Select to_char (to_date(873,'J'), 'JSP') as the double converted_form;

    CONVERTED_FORM
    ---------------------------
    EIGHT HUNDRED AND SEVENTY-THREE

    J represents the Julian format. When the to_char function is applied to the result of to_date, it describes (SP) the word for the number passed to to_date.

  • Number of words in text edit document?

    Is it possible in a TextEdit document that you can perform a number of words similar to Microsoft Word? I am more and more using this bit cannot find a wat to do this.

    Any help is greatly appreciated...

    J

    Not in mode native, but easy enough to use AppleScript

    See: number of words in TextEdit

    An alternative is another text editor light waiting Bean which has number of native words

    (it seems more recent development was 2013, but you can try it?)

Maybe you are looking for