Skip to main content
davecourtemanche
Inspiring
March 8, 2024
Answered

Script to Split Text Box into multiple Text Boxes

  • March 8, 2024
  • 4 replies
  • 1778 views

I have a client that has requested files. She doesn't know how to use ID, so 1 text box with all her content in it has thrown her for a loop (dinner menu). She would like each item in it's own text box. Is there a script that convert each line of text (up to hard return) into it's own text box, retaining alignment?

 

This topic has been closed for replies.
Correct answer Barb Binder

Hi Dave:

 

Maybe this? https://ajarproductions.com/blog/2014/09/25/split-text-extension-for-indesign/

 

Free, but it looks like you need to sign up for the Ajar Productions newletter to download it. If that doesn't work for you, you have the Script tag on this post, so someone with more scripting skills than me will likely be along shortly to offer another option. 😊

 

~Barb

4 replies

Willi Adelberger
Community Expert
Community Expert
March 8, 2024

It makes not much sense to split a text frame into several frames. But it can be done. InDesign has preinstalled such a script. In the Script Panel you will find the group Community Scripts. There is one to split text frames into several text frames. 

Community Expert
March 8, 2024

If you would still need a script then you need to provide more details on how to identify the portions that need to be placed in different textframe, how those frames have to be placed on the document etc. A sample document with the instructions on how the output would look help us to attempt a scripting solution

-Manan

-Manan
Barb Binder
Community Expert
Barb BinderCommunity ExpertCorrect answer
Community Expert
March 8, 2024

Hi Dave:

 

Maybe this? https://ajarproductions.com/blog/2014/09/25/split-text-extension-for-indesign/

 

Free, but it looks like you need to sign up for the Ajar Productions newletter to download it. If that doesn't work for you, you have the Script tag on this post, so someone with more scripting skills than me will likely be along shortly to offer another option. 😊

 

~Barb

~Barb at Rocky Mountain Training
davecourtemanche
Inspiring
March 15, 2024

Thank you Barb. This worked well for my purposes (the Split Text & Merge Text scripts)