Hi, if anyone has any experience in making an applescript for a Quark extension called docuslim it would really help me out.
Docuslim processes images in a Quark Doc - resizing, croping, converting to cmyk etc.
I would like to set up drop folders so when a job is ready to be processed it is just dropped in a folder, which runs docuslim and then moves the finished job to a Finished folder.
The only two applescript commands for docuslim are:
docuslim_run‚v : Run DocuSlim with current settings
docuslim_run string : Preset name to perform QC.
docuslim_finished‚v : Is last ˜docuslim’ finished?
docuslim_finished
→ boolean : true if finished
I am a total newbie with applescript and hope someone can point me in the right direction