-
How to explode text into characters, then convert each generated layer to shape using script
Hello,
I am not very good when it comes to scripting, so I came here to ask for help.
What I try to achieve is exactly what the title says: to explode text into characters (on separate layers), then create a shape from each generated text layer using a script – basically, select the text layer and run a script that does this.I know that this command creates shapes from a text layer:
app.executeCommand(app.findMenuCommandId("Create Shapes from Text"));
but I can’t make it work with multiple selected layers… it only works if I select each layer separately.Also, I don’t know how to explode the text into characters.
Maybe someone could help me.
Thank you in advance!