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
Gokul001
(Gokul Balaji)
September 28, 2022, 5:22am
3
Hi @Yogita_Gaikwad
Check out the thread and docs
Hello Megha,
In this video, I have 17 use-cases for extracting tables from PDF and write data in Excel:
[UiPath extract Tables from PDF (use case) (PDF table)]
2:00 GitHub free code for all the files
2:20 Logic of general workflow
4:40 File 1 simple PDF
9:50 File 2 PDF with a column with multiple lines
20:10 File 3 PDF with a column with multiple words ON the LAST column
27:00 File 5 PDF with a column with multiple words ON inside column (2 columns)
31:40 File 6 PDF with a c…
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