How to Suppress Warning Dialogs in Photoshop CS3
Hi All,
I am automating photoshop to process image conversion(using python and appscript) and at times photoshop comes up with a "Warning Dialogs" for some images when trying to open. I tried to suppress this warning when opening a PDF file by using the options
PDF_open_options -- Settings related to opening a generic PDF document
- Inherits from:
- Properties:
suppress_warnings boolean -- supress any warnings that may occur during opening
Still Photoshop opens the warning dialogs.I want a solution so that I can manually or programatically(using appscript or python) make photoshop not to show any warning dialogs.
