python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Optimize order of objects within layer in Illustrator for reduced laser cutting time
I'm trying to optimize the layer order of paths in Illustrator so that when sent to a laser cutter, the end of one path is close to the start of the next path reducing the travel time of the laser bet...

Adrian Borg
Votes: 0
Answers: 1
Extendscript - Adobe Illustrator - Ellipse not in right location
I'm trying to do something that seems simple, but not sure how it's not working. I have a map layer and I'm trying to draw circles via Extendscript. I'm trying to test just by trying to draw a simpl...

ssjklaki
Votes: 0
Answers: 1
Can't #include in illustrator script code
I am trying to read a JSON file, in order to make changes in an illustrator document according to the data in that JSON file.
I tried this code:
#include 'libs/json2.js';
function readJSONFile(fi...
Ishay Frenkel
Votes: 0
Answers: 1
How do I get Python Script to draw a simple line in Adobe Illustrator and Visual Studio Code
Like the title says, I just can't get Python script to draw a line between two points in Adobe Illustrator. The following code keeps generating errors:
from os import linesep
import win32com.client a...
SojourningStudent
Votes: 0
Answers: 1