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

Position points using variable cardinal coordinates

New Here ,
Jun 21, 2020 Jun 21, 2020

Copy link to clipboard

Copied

Hello,

 

I'm a complete beginner, wondering if illustrator can help me with this use case: I'd like to have a list of points and their cardinal coordinates in a CSV, that somehow I could upload to illustrator to automatically position them on my file / layer.

 

Is this possible? Could you recommend which features I should learn about to do that?

 

Thank you

TOPICS
Draw and design , Import and export , Tools

Views

314

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

correct answers 1 Correct answer

Community Expert , Jun 21, 2020 Jun 21, 2020

Hello, it's possible with Scripting. A script can read data from the csv. Assuming the csv has left/top coordinates and the name of the objects. Then the script can find the objects in the illustrator by their name, then apply the coordinates found on the csv.

 

to write scripts you need to learn Javascript (works on both win and mac). Or if you're on mac and you know applescript, that also works. Same for windows only, vbscript works as well.

 

you can also write scripts using Python.

Votes

Translate

Translate
Adobe
Community Expert ,
Jun 21, 2020 Jun 21, 2020

Copy link to clipboard

Copied

Hello, it's possible with Scripting. A script can read data from the csv. Assuming the csv has left/top coordinates and the name of the objects. Then the script can find the objects in the illustrator by their name, then apply the coordinates found on the csv.

 

to write scripts you need to learn Javascript (works on both win and mac). Or if you're on mac and you know applescript, that also works. Same for windows only, vbscript works as well.

 

you can also write scripts using Python.

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
New Here ,
Jun 21, 2020 Jun 21, 2020

Copy link to clipboard

Copied

Thank you very much! Just got started with that! I'm sure I'll be back with
more specific questions 🙂

Appreciate the guidance

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
Community Expert ,
Jun 21, 2020 Jun 21, 2020

Copy link to clipboard

Copied

LATEST

you're welcome to ask as many questions as you need.

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