Screencapture tool + Preview.app - Printing screenshots as PDF


do shell script "screencapture -t pdf ~/Desktop/file.pdf"
set theHFS to (path to desktop as text) & "file.pdf"

tell application "Preview"
	activate
	print file theHFS print dialog no
end tell