Re: Quark ps-file
Re: Quark ps-file
- Subject: Re: Quark ps-file
- From: Shane Stanley <email@hidden>
- Date: Fri, 08 Jun 2001 08:33:23 +1000
On 8/6/01 3:57 AM +1000, Alberto Salvagnini, email@hidden, wrote:
>
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?
Use the AdobePS print driver rather than LaserWriter 8 and/or turn off
background printing. And print the file to the startup disk, preferably at
the root (you can move it with the Finder later).
--
Shane Stanley, email@hidden
References: | |
| >Quark ps-file (From: Alberto Salvagnini <email@hidden>) |