Printing Color Images out of Acrobat 5.0
Printing Color Images out of Acrobat 5.0
- Subject: Printing Color Images out of Acrobat 5.0
- From: Kevin Dolan <email@hidden>
- Date: Fri, 14 Jun 2002 12:15:47 -0800
The printer is PS level 3 and I have changed every setting possible but
the vector art & fonts come out in color but images still come out in B&W.
If I print using the "command + P" everything prints fine but if I script as
below, which is the only commands available through the Acrobat dictionary,
I get the result discussed before.
________
Marc wrote:
Check the page set-up for Acrobat; it could be that everything is defaulted
to print as greyscale.
Oh, and if I recall correctly, PS level one does not support color...
=-= Marc Glasgow
_________
Kevin wrote:
I have been trying to script Acrobat 5.0 to open and print to a color
laserwriter and all I can accomplish is to get vector objects as color but
images come out as black only. Does anyone have any solutions?
This is my script:
tell application "Acrobat 5.0"
activate
open file "myDisk:myDocument"
print pages of document "myDocument"
end tell
I have also included these print properties:
print pages of document "myDocument" first 1 last 1 PS Level integer
(1,2 & 3) with binary output and shrink to fit
Still to no avail. Any advice appreciated.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.