Acrobat Distiller 9.0

Hi everybody,

I’ve got an Problem, when I try to start Adobe Distiller 9.0 via Apple-Script It shows an Info-Window which blocks the application. When I start Distiller without script it works fine. Can somebody help me?

[applescript
]tell application “Acrobat Distiller”

activate

end tell



http://www.imageupload.org/getfile.php?id=6362&a=7bcb3dbe0b09bd000a953a05c855eb53&t=4d8ae809&o=FCC2B1A5CB95CCC210D5FF868A3C37D0FCDAE0A1D29183DD11BAA3D8C12058FEE1DEA8A5CB&n=Bild_1.png&i=1

Thank you very much!!!

Cheers
Marth

Hi there,

I already solved my Problem:



set myApplication to quoted form of "/Applications/Adobe Acrobat 9 Pro/Acrobat Distiller.app"
do shell script "open -a " & myApplication


:slight_smile:

Have a nice day

Hey thanks! I know this is an old post, but your solution came in very handy when I ran into the same problem. :slight_smile: