Skip to main content
Inspiring
August 26, 2015
Question

close photoshop (app window)

  • August 26, 2015
  • 1 reply
  • 435 views

I have written a script that uses photoshop cs 6 to convert some photos. The issue is the app window just sits out there in front of everything, Is there a way to close the application window (without quiting & without using system process)

   Thanks

This topic has been closed for replies.

1 reply

Pedro Cortez Marques
Legend
August 26, 2015

app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);

JonnyDLAuthor
Inspiring
August 26, 2015

sorry my mistake....Applescript

koneil42
Participant
August 26, 2015

Can you post your applescript? I'm not sure what you're trying to do. You say you want to close photoshop but you don't want to quit it? Are you just trying to close your document?