Skip to main content
Known Participant
July 12, 2017
Answered

Start a saved action from vba

  • July 12, 2017
  • 1 reply
  • 1175 views

Is there anyway to start a saved "Action" in Acrobat Xi from VBA?

In acrobat 9.0  I was able to create a batch process and using send keys (not really happy using sendkeys, but it was the only way I could get this to work),  to kick off a Batch Process.

I can't seem to recreate this in Acrobat 10 and up.  Send keys no longer works as the Tools have no hot keys.

Can I use the SDK to call a previously saved action?

This topic has been closed for replies.
Correct answer lrosenth

You write plugins in C/C++ and details and samples are in the SDK.

Yes, you can write your plugin to expose various methods that it could be called from VBA.

1 reply

lrosenth
Adobe Employee
Adobe Employee
July 12, 2017

You can do this from a plugin, but not from VBA.

bfanguyAuthor
Known Participant
July 13, 2017

Thanks, any examples on how to create this plugin?  and can i call a plugin from vba?

lrosenth
Adobe Employee
lrosenthCorrect answer
Adobe Employee
July 13, 2017

You write plugins in C/C++ and details and samples are in the SDK.

Yes, you can write your plugin to expose various methods that it could be called from VBA.