Quark ps-file
Quark ps-file
- Subject: Quark ps-file
- From: Alberto Salvagnini <email@hidden>
- Date: Thu, 07 Jun 2001 18:57:20 +0100
I really do not understand this:
copy {alias " 0:Desktop Folder:FW25E026.SA", alias " 0:Desktop
Folder:PDF-Statistic"} to docList
on open (docList)
repeat with CurrentFile in docList
tell application "QuarkXPress 3.32r5"
open CurrentFile
tell document 1
--after print setup
print PostScript file (CurrentFile as string) & ".ps"
copy (CurrentFile as string) & ".ps" to PsDokument
end tell
end tell
end repeat
end open
one files work fine the other file not:
after registering of the print-file some some files start to write the
ps file on the desktop and other files stop the script with error -48
doubling filename...
the report window in script editor does not register any error
I got the same error when I was trying to write the ps-file to some
other volume:
if I try to write the ps-file to a folder on the startup disk one file
doesn't work the other works fine
if I try to write the ps-file to a folder on another disk both files
don't work
If I write the ps-file from within the document is everithing ok
I don't know why :-(
any suggestion?
alberto
[demime 0.98b removed an attachment of type text/x-vcard which had a name of asalvagnini.vcf]