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
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