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?
Photoshop Scripting on IIS
-
MickM
Photoshop Scripting on IIS
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.