-
1. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Test Screen Name Jul 19, 2013 1:50 AM (in response to 1122tra)I never saw this. I guess the user needs to click in the Action panel, or you need to duplicate the functionality (which may be easy or an enormous project).
-
2. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
lrosenth Jul 19, 2013 5:09 AM (in response to 1122tra)There is no API for doing that.
You can use the AVCommand APIs to create your own Actions and run them – but you can't run the existing ones.
-
3. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
1122tra Jul 19, 2013 6:29 AM (in response to lrosenth)Thank you all for your answers, found another way to to do that. I am going to parse the *.sequ Files and translate them into commands that will be executed. Will take some time though ;-)
-
4. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
Bernd Alheit Jul 19, 2013 6:36 AM (in response to 1122tra)The AutoBatch plug-in does this:
-
5. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
1122tra Jul 19, 2013 6:54 AM (in response to Bernd Alheit)Yes i knew, want to do this by my own ;-) insted of paying 249 bucks .. good stuff to learn C++
-
6. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
lrosenth Jul 19, 2013 6:59 AM (in response to 1122tra)Just remember that the format of a .sequ file is UNDOCUMENTED and GUARANTEED TO CHANGE (in fact, it's done some significantly between Acrobat X and XI).
-
7. Re: Start a batch action sequence by name inside a native Acrobat Plugin (C++)
1122tra Jul 19, 2013 7:22 AM (in response to lrosenth)No Problem, if it works for Acrobat X for the moment. Will implement it as general as possible so that changes in the *.sequ file do not need much change in code.
The people from evermap are doing the same in their code i suppose because their logfile points in this direction.



