Hi
I need an Applescript that saves Illustrator Files to PDF
is there a simple way or do that or dp I have to write something like this
tell application "Illustrator"
activate
end tell
tell application "System Events"
tell process "Illustrator"
tell menu bar 1
tell menu bar item "File"
tell menu "File"
click menu item "Print…"
end tell
end tell
end tell
tell sheet "Print"
click button "Save As PDF…" of UI element 4 of UI element 1
end tell
end tell
end tell
thank you
- Hari