Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I try to generate PostScript file with Quark XPress using AppleScript.
Here’s the piece of code I used to do this :
tell application "QuarkXPress Passport™ 4.11"
tell document 1
set the print setup to {printer type:"Acrobat Distiller", data format:binary data, resolution:300}
with timeout of 3600 seconds
print PostScript file PSFile
end timeout
end tell
end tell
where ‘PSFile’ is a valid full pathname file
I experiment –48 or –120 error or
postscript file generated in unexpected place
Any ideas ?
MacOS 9.2.1
AppleScript 1.6
Quark XPress 4.11
Acrobat Distiller PPD (4.0)
AdobePS 8.7.3
I try to generate PostScript file with Quark XPress using AppleScript.
Here’s the piece of code I used to do this :
tell application "QuarkXPress Passport™ 4.11"
tell document 1
set the print setup to {printer type:"Acrobat Distiller", data format:binary data, resolution:300}
with timeout of 3600 seconds
print PostScript file PSFile
end timeout
end tell
end tell
where ‘PSFile’ is a valid full pathname file
I experiment –48 or –120 error or
postscript file generated in unexpected place
Any ideas ?
MacOS 9.2.1
AppleScript 1.6
Quark XPress 4.11
Acrobat Distiller PPD (4.0)
AdobePS 8.7.3