スクリプトの話か。安直には

on open argv
tell application "Preview"
open argv
activate
delay 0.2
tell application "System Events"
keystroke "a" using {command down, shift down}
end tell
end tell
end open

とか