I'm stuck,
I'm trying to get the active document from Photoshop 5.5, I've read through the documents provided by Adobe, linked through here(thanks), but can't seem to get it to work. The code is done for Python, and it works up to the point of printing the requested document.
-----
import win32com.client
app = win32com.client.Dispatch("Photoshop.Application")
print app.ActiveDocument<---This line doesn't work
-----
I wonder if anyone else has be able to get the active document from 5.5
Thanks in advance
I'm trying to get the active document from Photoshop 5.5, I've read through the documents provided by Adobe, linked through here(thanks), but can't seem to get it to work. The code is done for Python, and it works up to the point of printing the requested document.
-----
import win32com.client
app = win32com.client.Dispatch("Photoshop.Application")
print app.ActiveDocument<---This line doesn't work
-----
I wonder if anyone else has be able to get the active document from 5.5
Thanks in advance

Comment