[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DTPtechNote:630) print Safari
Safari1.1 のスクリプトがちょっとへんですね。
プリントできない。
こんなかんじ
tell application "Finder"
--set cc to files of alias "OSX:Users:who:Desktop:test:" whose name extension is "pdf"
--set aa to choose folder
set aa to choose file
--set aa to files of aa --as alias list
tell application "Safari"
activate
--print aa
--(*
--repeat with i in aa
open aa
--tell document 1
print document 1
close document 1
--end tell
--end repeat
--*)
end tell
end tell
あと、たとえば
set my_doc to make new document
tell my_doc
--hogehoge
end
ってなこともできなくなってます。