HI Guys, I am having trouble identifying the fastest and most efficient way to extract pdf data in Excel table format from a 600-page PDF document and transfer it to Excel in UiPath, which takes the execution time around Three (3) minutes most important.
Thank You.
1 Like
3 minutes is little more quick for 600 pages…
try with DU…it might be slow.else go with writing a python and invoke it
cheers
1 Like
Yes, I did look into it. In the end, the script written in Python will be the best-case option here. Can I get any references or the flow to execute using a Python script to solve this?
Thank You.
Python script can be invoke using invoke python…
You only need to create two input argument for input file and output file…
If you want you can return the error or success message from python to check…
Here is an example reference
Cheers
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.