cancel
Showing results for 
Search instead for 
Did you mean: 

Code stages to use the Acrobat API

AmbarishKVS
Level 2
I am trying to Export PDF to Excel using Acrobat API with in Blue prism . I have a Acrobat Professional installed in my machine. 

Can anyone help me to know how can i call Acrobat API using code stage in Blue prism and convert PDF to Excel as i do not find any references online.

------------------------------
Ambarish KVS
------------------------------
2 REPLIES 2

SanketKulkarni
Level 2
We have created a .NET lib to which we have added reference  acrobat comp component and written code similar to link http://www.justskins.com/forums/export-to-xml-or-102257.html
Once this DLL is running fine we have added this DLL as a reference to blue prism VBO Code stage

------------------------------
Sanket Kulkarni
------------------------------

MayankGoyal2
Level 8
@Ambarish KVS - Once the Acrobat software with license is installed on machine where BP is installed, you can implement either a code stage in BP or write a macro as well. Acrobat DC works well with macro using interop. ​

------------------------------
Mayank Goyal
------------------------------