Check images in QX
Check images in QX
- Subject: Check images in QX
- From: Alberto Salvagnini <email@hidden>
- Date: Mon, 03 Dec 2001 15:54:17 +0100
hi to everyone,
I am working on a script printing automatically ps-files.
The script works fine, only if some pictures in the document are missing
or modified I have a problem.
The script stops without giving an error and I just would like the
script going on sending a email to me with this error-message and
moveing the document to a special folder.
I tried like this:
try
tell document 1 of application "QuarkXPress"
print PostScript file (ZielOrdner & DokumentName & ".ps")
end tell
on error
sendmail using "mailhost" to "email@hidden" from ,
"ps-schreiben" with subject "Seite nicht OK" with body "I could
not print the document <<" & DokumentName & ">>"
move DokumentPfad1 to folder ArbeitsOrdner
end try
any idea?
many greeting from (always) rainy Hamburg
Alberto