1

I'm trying to convert the PDF file to excel file in Uipath(RPA). eg, PDF file like Bank statement, Invoice

user8995182
  • 175
  • 3
  • 6

2 Answers2

1

If you want to use UiPath and not willing to develop something on your own. You could give public libraries a try. Maybe the ExcelActivies. Here the steps how to get it working:

  1. Download nugpk file enter image description here
  2. Embed that file in the package manager enter image description here
  3. Use the "Export Pdf to Excel" activity enter image description here
kwoxer
  • 3,734
  • 4
  • 40
  • 70
0

You need to convert the pdf to editable and then get the data.

or just try this online editor to convert.

https://smallpdf.com/pdf-to-excel

Dilux
  • 136
  • 7