Documentation

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

TedB

Documentation

Post by TedB »

I am new to Photoshop scripting. I am looking for documentation. I know about the \Adobe Photoshop CS4\Scripting\Documents files, and I have searched online, but I can't seem to find a couple of basic items. In particular:

- Built in type string. I can't find a list of the methods and properties, things like .replace, or .indexOf.
- File.saveDialog. I want to be able to set a default, suggested, filename. Is there an alternative method, what else does File do?

Thanks for any direction in getting started.

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

larsen67

Documentation

Post by larsen67 »

I think that the only place that you will find the 'Core JavaScript' documented from Adobe is in the Object Model Viewer… of the ESTK itself (it's under the help menu) or key 'command+/' There are plenty of other places where you can get this in other formats like PDF or iChm…
TedB

Documentation

Post by TedB »

Thank you larsen67! That is exactly what I was having trouble finding!