Create a – Text Block – out of selected Point Text Items

This script creates a “Block” of text out of Selected Point Text Items, that is, it re-sizes each frame so they all have the same width. Back then when I wrote the script I didn’t know this layout style was called “SlabType”, otherwise I would have picked a more suitable name, anyway, here’s my “textBlock” script. Please note that the final Block of Text is converted to Outlines.

textBlock

 

Download textBlock.jsx

27 Comments

  1. Unfortunately does not work with Adobe CC 2023 Illustrator … only showing errors and eventually never being able to run the script without deep-diving into the topic. Not helpful yet.

  2. Pingback: FREE Illustrator Scripts - Fonts Beast

  3. Love this script it’s very helpful!

    Is there any way to set the parameters for the sizes so if the width went over a certain height it would scale it down?

  4. Pingback: Script Illustrator: i Migliori 7 per Automatizzare i Lavori

  5. Pingback: Скрипт - Text Block • ZZ Guru

  6. Pingback: 5 script gratuiti di Illustrator che ti cambieranno la vita - Grafigata! Tutorial

  7. An impressive share! I’ve just forwarded this onto a co-worker who had been doing a little homework on this.
    And he actually ordered me lunch simply because I discovered it for
    him… lol. So allow me to reword this…. Thank YOU for
    the meal!! But yeah, thanx for spending time
    to discuss this matter here on your blog.

  8. Thank you for this great script, so useful! 🙂
    I’m running latest version of Illustrator on Windows 10, and most of the time it works as on your images on this place – with all the text in order.
    Sometimes however, it puts the sentences in the wrong order and I can’t see how it’s happening – is there something I need to do to make sure they’re always in the same order?

  9. This is awesome…. but is there a way to do it without creating a new layer every time. I would like it to simply be placed on the same layer as the source text.

    I tried commenting out the code to add a layer and create a group.
    i.e.
    var dupLayer = idoc.layers.add(); // add a layer to place the new block of text
    dupLayer.name = “Text Block”;
    var blockGrp = dupLayer.groupItems.add(); // add a group to final output
    blockGrp.name = “Text Block”;

    Error 2: dupLayer is undefined.
    Line: 31
    -> var blockGrp = dupLayer.groupItems.add(); // add a group to final output

    and

    Error 2: blockGrp is undefined.
    Line: 38
    -> var itext = tf.duplicate(blockGrp, ElementPlacement.PLACEATEND); // duplicate text

Leave a Reply to Carlos Cancel reply

Your email address will not be published. Required fields are marked *