user8995182
user8995182

Reputation: 175

Uipath(RPA) : read data from the PDF file and write to Excel file

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

Upvotes: 1

Views: 3332

Answers (2)

kwoxer
kwoxer

Reputation: 3833

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

Upvotes: 1

Dilux
Dilux

Reputation: 138

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

Upvotes: 0

Related Questions