Text Extraction for INDDCS1 or CS2

Ask a Question related to Adobe Indesign Macintosh, Design and Development.

  1. #1

    Default Re: Text Extraction for INDDCS1 or CS2

    There is a very good script to export all the stories of a doc in the free scripting area from adobe.

    JG
    DaAce@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. automation of OCR and text extraction feasibility in Acrobat 9
      Hi, I need to know whether I can use Acrobat 9, on Windows, in the following way. I have an application running. It has a set of image files...
    2. text extraction from a pdf document
      hi, i have some plug_in through which we can extract the text in a pdf document.but when i am extracting it's showing some unexpected result.for...
    3. Japanese Text Extraction
      Hi... I am trying to extract Japanese text from PDF files. I am using the PDWordGetString and PDDocCreateWordFinderUCS. There are certain Japanese...
    4. Text extraction
      Hi all How can I extract all the text from a 'real text' pdf, with two columns and not security, mantaining reading order. I´m using jsObject...
    5. Text extraction of multiple records
      Bazuka wrote: <snip> Show us what you've got so far, and somebody will probably help you fix it. -- Gunnar Hjalmarsson
  3. #2

    Default Re: Text Extraction for INDDCS1 or CS2

    Hi April--

    The ExportAllStories.jsx script that comes with InDesign CS and CS2 will export all of the text of all of the stories to separate files (text, RTF, or InDesign tagged text) in a folder you specify. The CS2 version of the script is available for download (along with all of the other example scripts) from:

    <http://www.adobe.com/products/indesign/xml_scripting.html>

    Once you've downloaded and uncompressed the zip archive, take the contents of the JavaScript folder and put them in the Scripts folder in the Presets folder inside your InDesign folder. At that point, the scripts will appear in the Scripts palette (to display the Scripts palette, choose Window>Automation>Scripts). To run a script, double-click the script name in the Scripts palette.

    To export all of the stories into a single file, you can use Rorohiko's free Lightning Brain Text Exporter (a very nice script-based plug-in). Go to <http://www.rorohiko.com>

    Thanks,

    Ole
    Olav_Kvern@adobeforums.com Guest

  4. #3

    Default Re: Text Extraction for INDDCS1 or CS2

    Ole - Thank you so much for the information! I will definitely try the Rorhiko plug in and see how it works!
    April_Cleland@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139