PDF to Excel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-05-20 02:45 PM
Hi,
Please I need to convert PDF to Excel, is there any solution?
------------------------------
zaineb dhifli
------------------------------
Please I need to convert PDF to Excel, is there any solution?
------------------------------
zaineb dhifli
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-20 07:49 AM
If you have Acrobat Pro you can directly use the Export to generate excel, you can also write code for it.
Or you can get data from PDF using BP, format it (using regex) and save it in Excel. Another option is to write a script in python and call it using BP.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
Or you can get data from PDF using BP, format it (using regex) and save it in Excel. Another option is to write a script in python and call it using BP.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-05-20 12:09 AM
Gopal Bhaire - thanks a lot for your response, I have few questions on this.
1) Is there any standard VBO in blue prism for Acrobat Pro. I have used it with code in excel VBA in past however not sure if BP has a standard VBP supporting it
2) Python - This one is quite interesting, kindly provide some pointers on how can i integrate my python script on bot with BP?
------------------------------
Mayank Goyal
------------------------------
1) Is there any standard VBO in blue prism for Acrobat Pro. I have used it with code in excel VBA in past however not sure if BP has a standard VBP supporting it
2) Python - This one is quite interesting, kindly provide some pointers on how can i integrate my python script on bot with BP?
------------------------------
Mayank Goyal
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-20 05:48 AM
1. Currently no VBO for Acrobat Pro from BP, but you surely create one.
2. You can directly run your python script using Start Process and read std out action of Utility Environment passing interpreter as program and your script as argument.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
2. You can directly run your python script using Start Process and read std out action of Utility Environment passing interpreter as program and your script as argument.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
