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: Thu, 13 Jun 2002 11:39:47 -0800
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.