Illustrator & print

Hello!

How can I print in Illustrator CS3 using a previously saved print preset?
Is this possible to create a PostScript file from the frontmost document?
I’m reading the documents about Illustrator’s AppleScript reference but no result since five days. I don’t understand accurately the references, so I’m stuck.

Thanks.

this is a good start


tell application "Adobe Illustrator"
	
	print document 1 options {print preset:"TestPrint"}
	
end tell