Photoshop Scripting on IIS

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

kwroblewski

Photoshop Scripting on IIS

Post by kwroblewski »

I just discovered the existance of Photoshop scripting today and I am trying to figure out if I can run this as a component though an ASP page on an IIS web server. When I try to do the simple script:

Set appRef = CreateObject("Photoshop.Application")
fileName = appRef.Path & "\Samples\Dune.tif"
Set docRef = appRef.Open(fileName)

I get an error message that says:
Photoshop.Application.7.1 error '8001ffff'
The object "current document" is not currently available.

Anyone ever do photoshop scripting through VB ASP on IIS before that could help me out?
MickM

Photoshop Scripting on IIS

Post by MickM »

I've not tried it but I think I recall reading not so long back on the Adobe scripting forum that it can be done on a local server (probably in asp.net if that makes any difference) but not on a remote server. You could try searching the Adobe forum for more info.