View Full Version : Active Document - Photoshop 5.5


_Revere_
02-05-2004, 11:46 AM
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 :)

DannyRaphael
02-05-2004, 12:37 PM
In addition to other replies you get here, if you haven't yet, I'd sure consider posting this question on the Photoshop for Windows or Scriptiong forums at www.adobeforums.com.

I've seen replies to similar posts there by some pretty sharp folks who are into this level of under-the-covers magic.

~Danny~

_Revere_
02-05-2004, 12:44 PM
Thanks for the advice, I sent the post their way :)