Code stages to use the Acrobat API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-06-20 02:51 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-07-20 09:09 AM
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
------------------------------
Once this DLL is running fine we have added this DLL as a reference to blue prism VBO Code stage
------------------------------
Sanket Kulkarni
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-07-20 04:45 AM
@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
------------------------------
------------------------------
Mayank Goyal
------------------------------
