Skip to content

Instantly share code, notes, and snippets.

View J-RaulPerez's full-sized avatar

José Raúl Pérez J-RaulPerez

  • Fotopolimeros JM
  • Massarrojos
  • 00:09 (UTC +02:00)
View GitHub Profile
@moluapple
moluapple / Menu_Action_JS.jsx
Last active May 16, 2020 17:29
[Illustrator]Create, load and execute action all by JS only
// CS6 only
var set = 'Script Action', // 动作集名称
action = 'PastePDF', // 动作名称
menuEn = 'paste', // 菜单英文
menuZh = '粘贴', // 菜单中文
actionStr = ['/version 3',
'/name [ ' + set.length,
ascii2Hex(set),
']',