Skip to main content
Participating Frequently
May 9, 2023
Question

Divide shape

  • May 9, 2023
  • 2 replies
  • 1326 views

Hello!

I want to divide a shape into equal parts. How can I do that easily? I'm struggling to find an answer.

Thanks for the help.

 

This topic has been closed for replies.

2 replies

Community Expert
May 9, 2023

Hi @Francisca Guzman ,

for didviding a rectangle into equal parts you can use a script that comes with every installation of InDesign:

Scripts panel > Application > JavaScript > MakeGrid.jsx

 

Select the rectangle and execute the script MakeGrid.jsx:

You can set rows and columns for the division. 1 row and 2 columns with 0 distance for example.

 

 

After you hit the OK button of the script's interface the result is this:

 

Regards,
Uwe Laubender
( Adobe Community Expert )

Community Expert
May 9, 2023
Participating Frequently
May 9, 2023

It's a rectangular shape.