Search code examples
rpauipathuipath-studio

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


Solution

  • 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