Skip to main content
Participant
May 14, 2025
Answered

Auto merge all broken text in an entire document

  • May 14, 2025
  • 1 reply
  • 223 views

Is it possible to have a javaScript for Adobe Illustrator that when run on an open document will find all broken text strings and merge them? If there are multiple text strings in separate locations keep them where they originate.

There are no text boxes in most documents. only single lined text.

Correct answer Monika Gause

THere is the plugin VectorFirstAid.

 

There also is a Javascript, but for that you will need to select the text objects that you want to unite (each of the groups of text objects)

1 reply

Monika Gause
Community Expert
Monika GauseCommunity ExpertCorrect answer
Community Expert
May 14, 2025

THere is the plugin VectorFirstAid.

 

There also is a Javascript, but for that you will need to select the text objects that you want to unite (each of the groups of text objects)

Participant
May 19, 2025

Thank you Monika.