View Single Post
What is the appropriate way of importing a graphic (e.g. pdf) onto a OG canvas? I have tried the import command in the following, but have had no luck:

set mygraphic to "/tmp/ogeq.pdf"

tell front window of application "OmniGraffle Professional 5"
activate
tell canvas 1
import file {mygraphic}
end tell
end tell