PDF_To_Excel

I want to do pdf to excel i have done by generate data table activity but some containt of first column goes in second column when it convert in excel is there other option

@Yogita_Gaikwad
There is an activity called convert pdf to excel,
You can find it on Manage Packages> select All packages
FestSystems.PDFtoExcel.Activities : “[1.0.1]”

if the pdf has multiple pages split the pdf with pdf splitter activity from Uipath.pdf.activities
and get each file through a loop

Hi @Yogita_Gaikwad

Check out the thread and docs

Regards
Gokul

Hello @Yogita_Gaikwad

I hope the below video can help you out.

Thanks

I have installed this package but their is no data table variable option in PDFto excel activity

@Yogita_Gaikwad

if you check your pdf file path ,An excel file will be created near to the pdf filepath with same name and extention as .xlsx

read the file using read range activity