python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to declare the "beforeClose" event once time using CEP/JavaScript?
I need to know when the user decides to close the document he is on, so I found on various sites the "beforeClose" event.
I have 2 problems:
When I declare it in my ExtendScript file, the 1...
Fitspade
Votes: 0
Answers: 1
How to link chacter styles with strokes in InDesign with Basil.js
I would like to link character styles with a stroke but I don't know how to begin. I have this that just draws a random line, but I would like the line to link all the character styles :
#includepath...
ambaamba
Votes: 0
Answers: 1
What does it determine the placedItem.width and placedItem.height , when adding one without specifying those properties?
I'm in Adobe Illustrator 2022 26.064 and I'm placing an item. It is the thirdone I place in the same document.
var placedItem3 = doc.placedItems.add();
placedItem3.file = new File("/c/files/dotfi...
freddie_ventura
Votes: 0
Answers: 1
How do I save active document through POST request from Adobe CEP?
I'm working with Adobe CEP (it lets developers create windowed extensions for Adobe CC products). I am working on Adobe Illustrator. Is there a way to send the active document (in .ai or .pdf or .png ...
sundeepg
Votes: 0
Answers: 0