Convert PDF File into Excel from studio

Hi

I want a help in UiPath studio to convert pdf to excel data but i dont want to use pdf to text converter apart from there is any tool from which i can easily convert the file i have also used feat system pdf conversion package but these not solving my problem

Thanks

Hi @Agantuk_Avi

=> Use the Read pdf text activity to read the pdf file and store in a String variable.
=> After that use Generate Datatable activity to convert the text to datatable.
=> Use the Write range workbook activity to write the datatable to excel.

Hope it helps!!

@Agantuk_Avi

@Agantuk_Avi

Try converting or opening the pdf file as word and then try to extract

cheers

Hi @Agantuk_Avi

=> Use “Read PDF Text” activity or “Read PDF with OCR” activity to read the PDF and store it in a variable.
=> Use “Generate Data Table From Text” activity to convert it to an data table. Click on Preview button to see whether to see the format of excel.
=> Use “Write Range Workbook” activity to write the data table to excel.

Hope it helps!!

1 Like