Adobe ExtendScript 调试
支持的 PDF 和网络上缺乏信息。我碰巧在博客中看到一篇文章提到 $.write() 或 $.writeln() 会将字符串写入 javascript 控制台。很有用。有谁知道这个 $ 对象是否有任何附加属性或方法?
There's a dearth of info in the supporting PDFs and on the web. I happened to come across a post in a blog that mentioned that $.write() or $.writeln() will write a string to the javascript console. Quite useful. Does anyone know if this $ object has any additional properties or methods?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚回答了我自己的问题。 JavaScript 工具指南 CS4.pdf。第 8 章 ExtendScript 工具和功能包含了我所需要的一切。刚刚开始使用 Adobe 脚本,我对 CS4 安装中的大量元素感到有点不知所措。
I just answered my own question. JavaScript Tools Guide CS4.pdf. Chapter 8 ExtendScript Tools and Features has all I need. Just getting started with Adobe scripting and I'm a bit overwhelmed with the huge array of elements in a CS4 install.
Photoshop 的一些部分是在 ExtendScript 中实现的。如果您查看文件夹
[apps 文件夹]/Adobe Photoshop CS4/Presets/Scripts/
您会发现几个可能用作示例代码的脚本。
Bits of Photoshop are implemented in ExtendScript. If you look in the folder
[apps folder]/Adobe Photoshop CS4/Presets/Scripts/
You'll find several scripts that may be useful as sample code.