I currently am using a script to reduce a pdf of 23 page magazine so it can be emailed. The only way I could get it to work was to have the script actually choose the menu and then type in the name I want it to be saved as but it means I cant do anything else till that happens, I would like it to happen in the background so I can keep working.
Current method:
tellapplication "Finder"
tellapplication "System Events"
tellprocess "AdobeAcrobat"
tellmenu bar 1
tellmenu bar item "File"
tellmenu "File"
tellmenu item "Save As"
tellmenu "Save As"
clickmenu item "Reduced Size PDF..."
endtell
endtell
endtell
endtell
endtell
endtell
endtell
delay 1 --wait one second, so the dialog can come up
tellapplication "System Events"
keystroke ("ALLMAG"asstring)
keystrokereturn
endtell
end tell