printing via applescript
printing via applescript
- Subject: printing via applescript
- From: David Teran <email@hidden>
- Date: Tue, 2 Sep 2003 12:46:29 +0200
Hi,
we would like to print out documents with applescript. Is this possible
at all and can we print them out as 'pdf' as well? We tried but we do
not know how to handle the print dialog. We would do something like
this:
tell application "Freehand"
activate
print document 1 options {output:pdf outputPath:/tmp/test.pdf}
end tell
Regards David
_______________________________________________
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.