hi,
i want make changes in properties of row of pdf's. want change magnification , page layout. know bit of applescript. yes know isn't javascript didn't find place applescript, sorry..
this i've got:
tell application "system events"
tell process "acrobat"
activate
tell menu bar 1
tell menu bar item "file"
tell menu "file"
click menu item "properties..."
tell window "properties…" of process "acrobat"
end tell
end tell
end tell
end tell
end tell
end tell
i can't set magnification "fit page" , page layout (two cover page)
who can me please?
acrobat forms run acrobat javascirpt within form. can use apple script , acrobat api access javascripts within pdf or run javascript within pdf.
More discussions in JavaScript
adobe
Comments
Post a Comment