Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
Darrick_Wilberding@adobeforums.com #1
Re: automatically execute a batch process
you can do it with applescript, if you have gui scripting (aka ui scripting) going.
some code:
with timeout of 1200 seconds
tell application "Acrobat 5.0" -- to set the open options
activate
end tell
tell application "System Events"
tell process "Acrobat 5.0"
tell menu bar 1 -- menu bar
tell menu "File" -- menu
tell menu item "Batch Processing" -- menu item
tell menu 1 -- sub-menu
delay 1
click menu item "3 Set Open wBookmarks" -- sub-menu item
end tell
end tell
end tell
end tell
end tell
end tell
end timeout
(i know my post isn't very timely, but i just saw the topic as i was searching for something)
hope this helps.
Darrick_Wilberding@adobeforums.com Guest
-
FW MX Batch Process Transparent GIF BUG
I have a folder of Transparent PNG files that I am attempting to batch process. I select the images, choose Export and Size, set the export setting... -
Run batch process (OCR) using VB?
is there any way to automate by vb.net -
Using Batch Process to add a button.
Hi, I was wondering if there is a way to add a button to a selection of PDF's using the batch process (all PDF's are a single page). The type of... -
Batch Process
I am running Photoshop 6.0 on Windows XP ... I need to write a batch process/action which places a logo at the bottom of an image ... I would like... -
batch process?
I have a large number of pages I want to update using the "Apply template to page..." option. Is there a way I can do this using a batch process...



Reply With Quote

