[CS4] Ann.: Wordalizer 1.25 "Create Word Clouds in InDesign"

Marc Autret is way too modest -- he posted this announcement in the middle of a long thread in the Scripting forum, and I'm sure it deserves much more attention than that!
http://www.indiscripts.com/post/2010/04/wordalizer-125-create-word-clouds-in-indesign
-- a marvelous script that rips right through your text and creates a "Word Cloud" of the most (or least!) frequently used words in your document, book, clipboard text, or wherever! Supports 'common word' removal in six different languages (so you don't end up with a giant "The" in the center), and has lots of tuning options.
The freely downloadable version already has enough options to get excited about, and the Pro version has even more advanced editing options.
Wordalizer speaking about itself:

WOW! What a praise! Thank you so much Theunis
> Is there a way to include spaces between words or special characters  (like bullet)?
Yes and no! With the exceptions of hyphens, the text parser ignores most of the ‘non-alphabetic’ characters [note: the alphabet depends on the selected language.] That's to say that bullets, spaces --including every non-breaking spaces, sorry!--, and any similar characters are regarded as word separators. The dialog box provides the option ‘Allow digits’ though:
However the PRO version allows you to insert extra characters through the word list editor, which supersedes the parser restrictions. So you can create a word cloud with bullets, space separated words, or anything else, by entering something like this:
• word1 • : 100
word1 word2 : 50
#)$^*% : 20
Then you get:
Finally there is a secret tip allowing the user to inject a weighted word list containing weird characters, even with the TRY version:
1) Create a text frame in InDesign. (This tip also works with imported text file, or clipboard source.)
2) Enter your entries using the weighted list format:
entry1 : weight
entry2 : weight
etc.
3) Run the script and check "Active Text Frame" in the Source panel.
4) Press OK. (Enjoy!)
Last note: Wordalizer supports InDesign CS4 and InDesign CS5 ;-)
Thanks again,
Marc

Similar Messages

  • Trying to create a rotating word cloud

    I'm trying to simulate one of the 3D word clouds you see popping up around the net these days. Here's an example (to the right in the header):
    http://tarasnovak.com/blog/2009/01/12/wordle-beautiful-and-compact-word-cloud-generator/
    What I've done so far is create all the words and then move them back and forth in z space so that I have something looking like a typical word cloud. What I can't figure out is how to get the words to orbit around a central point as well as have the words always facing towards the camera as the cloud itself rotates. I want to animate certain words rotating to the front of the cloud, but have had no luck figuring this out.
    Any help would be much appreciated.
    Thanks,
    Ray

    What I can't figure out is how to get the words to orbit around a central point
    Parent them to a Null object.
    as well as have the words always facing towards the camera as the cloud itself rotates.
    Layer --> Auto Orient --> Toward Camera
    Mylenium

  • Problem in creating new cloud service

    I have tried almost all possible combination of letters to specify URL  for creating new cloud service and I am getting an error saying "This specified URL is already in use". Any help would be greatly appreciated. Thank you in advance. 
    Regards,
         StarMogu

    Hi,
    What combination of letters did you try? Base on my experience, some word is in blacklist and didn't used in cloud service name. Please see this same threads(
    http://social.msdn.microsoft.com/Forums/en-US/963acdd1-ee05-406b-978e-20528c7722ee/seriously-get-rid-of-the-url-name-blocking ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Question about creating a cloud connection to SQL Developer

    Hi all!
    I want to create a cloud connection on SQL Developer to Oracle cloud, but keep getting the following error (NOTE: I have the trial version. Also, I have replace the identity domain name with asterisks for the post) :
    Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
    Additional Details:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:228)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:73)
      at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
      at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
      at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
      at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:744)
    Caused by: org.apache.http.conn.HttpHostConnectException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
      at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
      at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
      at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561)
      at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:941)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
      at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:90)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:219)
      ... 16 more
    Caused by: java.net.ConnectException: Connection refused: connect
      at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
      at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
      at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:579)
      at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
      at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:375)
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
      ... 26 more
    I have followed the steps to the last letter using: Data Loading and the Oracle Database Cloud Service
    What I have done on the dashboard and APEX:
    I changed the password of the SFTP user.
    I have created a new user on APEX that belongs to the SQL Developer Group and changed the 'Require change on Password on First Use' to NO before creating the user
    SQL Developer:
    I set the database username to the new user I created in APEX
    I set the database URL to the URL I used to reach the APEX page...https://databasetrial1875-******.db.us1.oraclecloudapps.com/apex/  
    I set the SFTP username to the username listed next to 'Service SFTP User Name' on the dashboard
    I set the SFTP hostname to: sftp.us1.cloud.oracle.com
    I left the port set to 22
    When I login on SQL Developer to database, I use the password for the user I created in APEX
    Thanks in advance to all who help!

    Hi,
    You have to use the admin account to add the admin role to the developer account. Can you please try this and let me know of your feedback.
    The settings you added look good, and the you have the latest version of Sql DEVELOPER     , ...so this should be an issue.
    Maybe you have some firewall setting on your computer, that are blocking the connection?
    If , after checking all of the above you still have an issue, please contact oracle support via the chat on the cloud.oracle.com and ask the engineer to open a Service Request under your name.
    Thanks,
    Flori

  • Can't create WORD or EXCEL PDF?

    Can't create WORD or EXCEL PDF's?
    All Adobe updates are already installed.
    I am running Adobe Professional 8
    I am running Office Professional 2003
    When opening WORD or EXCEL I get this error message:
    Microsoft Visual Basic
    Compile error in hidden module: DistMon
    A suggested solution was to go to:
    C:\Documents and Settings\IBM USER\Application Data\Microsoft\Excel\XLSTART
    Then delete PDFMaker
    The error message goes away but I cannot create a PDF Doc either, so that's no good.
    When I click the create PDF button in EXCEL this is the ERROR Signature:
    AppName: excel.exe
    AppVer: 11.0.8307.0
    AppStamp: 49ee85df
    ModName: unknown
    ModVer: 0.0.0.0
    ModStamp: 00000000
    fDebug: 0
    Offset: 00000000
    Also, when I click on send error report, it never finishes.
    If I open Adobe Professional 8 and click on create PDF, then select a file,
    the error message I get is:
    Missing PDFMaker files.
    Do you want to run the installer in repair mode?
    If I click yes, it takes forever and nothing happens.
    Suggestions?

    I got this message when trying to use Excel 2003. I went to Microsoft's web site's community and entered the error message that you got. There was a solution offered that worked for me although I cannot remember now what it was. You might also try Microsoft's knowledge base for any possible answers for this problem. IMHO, I believe this is an Office 2003 problem and not an Acrobat problem.
    I usually find the answers to problems such as these on Microsoft's web site. Good luck.
    Ken Friedman

  • Opening Word docs in InDesign CS4 (Mac)

    Hello everyone.
    This is my first time asking for help from this forum.
    I have just upgraded to CS4 from CS2 (Mac) and I have been having numerous issues with Word and InDesign. When I try downloading a fairly complicated Word file into InDesign CS4 it crashes. But, if I open it in InDesign CS2, it opens fine. I then take the ID CS2 file and reopen it in InDesign CS4 and it works. Though this maybe a good workaround, it isn't something I can be doing all the time, its way too time consuming. Does anyone have an idea what the problem is? Or, what I can do about it?
    As a note: I have also just upgraded my systems to Mac Pros and iMacs with Leopard on it.
    Any assistance would be greatly appreciated.

    Yes. I am placing the file.
    I'll try posting this to the ID forum.
    Thanks for the quick response.

  • Opening Word docs in InDesign CS4 (Mac). It keeps crashing.

    Hello everyone.
    I have just upgraded to CS4 from CS2 (Mac) and I have been having numerous issues with Word and InDesign. When I try downloading a fairly complicated Word file into InDesign CS4 it crashes. But, if I open it in InDesign CS2, it opens fine. I then take the ID CS2 file and reopen it in InDesign CS4 and it works. Though this maybe a good workaround, it isn't something I can be doing all the time, its way too time consuming. Does anyone have an idea what the problem is? Or, what I can do about it?
    As a note: I have also just upgraded my systems to Mac Pros and iMacs with Leopard on it.
    Any assistance would be greatly appreciated.

    Thanks for the info. I have had this file opened in lower versions of CS with no issues. It seems like every few files this is happening to. All my current systems have two gigs of Ram.
    I was suspecting (dreading) that it may be a font conflict. I know the system fonts (dfonts) have been somewhat an issue in previous versions of CS, but I never had crashes to InDesign before because of font conflicts. I will try sorting through my fonts and breaking-up the file.
    Thanks again for your guys help. I'll let you know if I find anything out.

  • Create Word Document with OLE2.

    Hi,
    Is it possible to create a word docuent as an attachment? I want to create an attachment for opportunity when its status changes.
    Is it possible to create word document in Actions and can we attach it to opportunity?
    Any suggestions on how to approach for this requirment?
    Regards,

    Mike is not suggesting that you try to invoke a Word macro from OLE2. He is suggesting that you use Word's Macro Recorder to capture the actions you are trying to automate. The resulting macro will be written in VBA, and therefore of no direct use to you. It will, however, show you which objects/methods are relevant to your task. This information will make it much easier to write the equivalent OLE2 code.
    Note that Macro Recorder tends to generate more code than is necessary, by reassigning default values to object properties, to ensure portability. Your OLE2 code can often be left much more brief, by assigning values only to those properties that actually change within your operation.
    Eric Adamson
    Lansing, Michigan

  • Read,write and create word document with list data

    Hi,
    My requirement is that I have a custom list called List1 and which has a 4 (suppose XName, location, phone, email)columns and also have a Template document(.dot). If I click on save button , new document has to create from the Template document(.dot) and
    should modify the content depends on list columns.
    For that I need to read the document , find out the text where XName , location,,phone, email and replace with the list item data(user entered data). 
    Can anybody please refer links for read,write and create word document?
    Thanks in advance.

    Yes, you can using Office Open XML. I found it to be a lot more cumbersome and in the end not a money saving approach:
    https://msdn.microsoft.com/en-us/library/office/bb448854.aspx?f=255&MSPPError=-2147217396
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • How to create Word file and send file in mail as an attachment

    Hi Guys,
    I want to create report which fetech data from table and create word file of the same data and send file in mail as an attachment.

    Hello Sagar,
    Before posting please use GOOGLE,any way it may help u,
    DivulgeSAP: Send email with PDF, ZIP, TXT etc., as attachment from CL_BCS interface
    Thanks
    Sam

  • Create word document based on query in oracle reports

    Database version
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE 9.2.0.8.0 Production
    TNS for HPUX: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    CREATE TABLE TAB1
    DEPT_ID NUMBER,
    DRIVE_ID CHAR(10 BYTE),
    QC_TYPE_ID CHAR(4 BYTE),
    QC_SUBTYPE_ID CHAR(4 BYTE),
    EQUIP_CODE VARCHAR2(20 BYTE),
    CREATE_TIME DATE
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (14, 'DRV5535359', '1011', '1012', 'HEMORYA070',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (14, 'DRV5535359', '1011', '1012', 'HEMORYA089',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (14, 'DRV5535359', '1011', '1014', 'SEALCEN007',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (95, 'DRV2016629', '1008', '1012', 'HEMORYA124',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (95, 'DRV2016629', '1008', '1012', 'HEMORYA125',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (95, 'DRV2016629', '1008', '1013', 'SEALCEN032',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (11, 'DRV5533643', '1011', '1012', 'HEMORYA099',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (11, 'DRV5533643', '1011', '1026', 'HEMORYA100',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into TAB1
    (DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
    CREATE_TIME)
    Values
    (11, 'DRV5533643', '1011', '1026', 'SEALCEN008',
    TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    COMMIT;
    Sample table and data
    Wanted help if any experts out there to help me create word output instead of pdf or excel format report
    select * from tab1;
    DEPT_ID|DRIVE_ID|QC_TYPE_ID|QC_SUBTYPE_ID|EQUIP_CODE|CREATE_TIME
    14|DRV5535359|1011|1012|HEMORYA070|8/7/2012
    14|DRV5535359|1011|1012|HEMORYA089|8/7/2012
    14|DRV5535359|1011|1014|SEALCEN007|8/7/2012
    95|DRV2016629|1008|1012|HEMORYA124|8/7/2012
    95|DRV2016629|1008|1012|HEMORYA125|8/7/2012
    95|DRV2016629|1008|1013|SEALCEN032|8/7/2012
    11|DRV5533643|1011|1012|HEMORYA099|8/7/2012
    11|DRV5533643|1011|1026|HEMORYA100|8/7/2012
    11|DRV5533643|1011|1026|SEALCEN008|8/7/2012
    Edited by: user_anumoses on Aug 23, 2012 1:20 PM

    Well, I know you've been asked before, but it seems you're either incapable or just plain lazy when it comes to helping us to help you. You haven't bothered to format your code using the appropriate tags, and you haven't provided all the information needed, and it looks like you haven't even bothered to post it in the correct forum (there's a forum specifically for Oracle Reports).
    I'll ask you once more to read this: {message:id=9360002}
    As best I know (and I haven't worked on Oracle reports for many years), it is only capable of producing PDF 'out of the box', so any other reporting format would need to be developed by yourself. You haven't even specified whether you're using client based reports or web based (application server) reports, and solutions could vary depending on that.
    Don't expect much help if you can't be bothered to follow simple guidelines in asking questions.

  • Hyperion SQR - Create Word document reports

    We are using Hyperion SQR Production Reporting v8.3. Does this have the ability to create a Microsoft Word document as a report?
    If not, does a more recent version have support for creating Word document as a report?

    SQR does not support creating word document. However you could check this link which might help as a workaround :
    sqr report output file in microsoft word format - Toolbox for IT Groups

  • How to Create Tag Cloud using Flex

    Hi
    I am trying to create Tag cloud using Adobe Flex. Can you
    please give me a hint of how to proceed.
    Any hint will be a help.
    Thanks,
    Dev

    Hi
    I am trying to create Tag cloud using Adobe Flex. Can you
    please give me a hint of how to proceed.
    Any hint will be a help.
    Thanks,
    Dev

  • JACOB: how to create Word files and not launch Word?

    While trying jacob.jar to manipulate MS Word documents, I wish to create Word files without launching the Word program. Since I can't find jacob.jar's API documentation, please tell me how to do it. Thanks!

    jacob should be found at http://danadler.com/jacob but it don't seem to be working at the mo, not sure it its a temp. problem or something long term.

  • Create a cloud database using an external tools of a CRM?

    I would like to create a cloud database using an external tools of a CRM . To do this, I have to configure my TNS name with all the cloud database information’s also with the port.
    Is the cloud service allows this ?
    Maurice.

    Hi Maurice -
    No SQL*Net connections are allowed for the Database Cloud Service.  This will be possible with the upcoming Database as a Service offering.
    Hope this helps.
    - Rick Greenwald

Maybe you are looking for