PFA and I need to convert the PDF to Excel or CSV Format. Kindly gave solution convert the pdf to excel format in UiPath. I tried to using Read PDF text and Feat System. In Feat System, we can able to convert up to 3 pages only
Use Read pdf text activity or read pdf text with ocr
Then use generate Datatable activity ,Specify the format which you want to store the data either by commas,new line or tab based on your requirement.
write datatable
HI @Santhosh_Kumar ,
I test my WF with your file
I thought read pdf to get String
Then generate String to Data
write data to Excel test.xaml (20.0 KB) fr.xlsx (11.8 KB) Sample.pdf (805.1 KB)