Adobe Illustrator 文件 (*.ai) 脚本?
我想使用脚本语言(最好能在 Mac 和 Windows 上运行)将图层结构(并将图层本身导出到文件)导出到文件夹,
我找到了一个可供使用的 Photoshop (*.psd) 文件示例。
http://techarttiki.blogspot.com/2008/08/photoshop -scripting-with-python.html
想知道是否可以对 *.ai 文件执行相同的操作。
先感谢您。
I'd like to export layer structures(and layer itself to file) to folders using a scripting language(preferably which will run on mac and windows)
I found a ready to use sample for Photoshop (*.psd) files.
http://techarttiki.blogspot.com/2008/08/photoshop-scripting-with-python.html
Wonder if same thing can be done to *.ai files.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就像 Photoshop Illustrator 支持用 AppleScript、JavaScript 或 VBScript 编写的脚本一样。您可以在 Adove Developer Connection 网站上找到有关 Illustrator 脚本编写的更多信息。
Just like Photoshop Illustrator supports scripts written in AppleScript, JavaScript or VBScript. You can find more info at the Adove Developer Connection site dealing with Illustrator scripting.