• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

transforming illustrator files

Participant ,
Apr 25, 2016 Apr 25, 2016

Copy link to clipboard

Copied

Hi all,

i was wondering if someone can help me about my case with .ai files

i have many files need to be translated from LTR to RTL languages, so i have to open each file  and do folllowing steps so i'm asking if it possible to it by a script or code

Open the AI file on Illustrator CC

From Select menu Select > Object > point type objects

image.png

Then Type > Convert to Area type

image.png

Select all (Ctrl+A);then go to transform Panel and flip the file as Horizontal flip

image.png

Select> Object> All text Objects

image.png

From Paragraph Panel change the text composer and paragraph direction to(Middle eastern and right to left).

image.png

Object > Transform > Transform Each

image.png

elect the Reflect X with reference point as Center point

7.png

i hope someone can help me about that badly, even if paid help can contact me private

i got a code to transform objects as total matrix abut i couldn't go through after that

var totalMatrix = app.getScaleMatrix(-100,100); 

newGroup = app.activeDocument.groupItems.add(); 

 

for ( a = app.activeDocument.layers[0].pageItems.length-1; a > 0; a-- ) 

 

          app.activeDocument.layers[0].pageItems.moveToBeginning(newGroup); 

 

newGroup.transform(totalMatrix);

Thanks in advance

TOPICS
Scripting

Views

680

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Participant ,
Apr 25, 2016 Apr 25, 2016

Copy link to clipboard

Copied

LATEST

I'm almost done with all steps but,

i stopped at how to select all text objects and make them Right to left direction with composer Middle eastern

then do Transform each

can someone help please ?!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines