printing issue
Steve Mills
smills at multi-ad.com
Thu Nov 15 14:44:14 CST 2007
On Nov 15, 2007, at 14:01:29, Wilson, Matthew wrote:
> In using the pdf function in the print window of creator 8.0.1 I can
> not
> print anything bigger then 8 1/2 by 11 has anyone run into this
> problem
>
> I'm trying to make postscripts
Hmm, it happens in 8.0.2 also. Please report this. As a workaround,
you can print to PostScript via a script. You'll have to choose which
options you want to use in the "print settings" record, and you'll
probably want to name the file similar to the document's name, but
here's a basic script I use for testing. Stick into the Script Menu
Folder.
tell application "MultiAd Creator Pro"
with timeout of 9999 seconds
activate
print document 1 ¬
interaction false ¬
text overflow checking false ¬
missing font checking false ¬
print settings {destination:"Creature:depot:test files:C8print.ps",
plates:composite}
end timeout
end tell
_________________________________________________________
Steve Mills Me: 952-401-6255
Senior Software Architect MultiAd
smills at multiad.com www.multi-ad.com
More information about the Creator
mailing list