How to install pdf to excel activity

How to install “Pdf to excel” activity in uipath studio.
Need to perform a task and that is …extract data from pdf and write it into excel file.

We can get that from design tab → manage packages → official tab or all packages we can search for it and install

For more details on this

Cheers @Vipul_Singh

2 Likes

Hi @Vipul_Singh

image

Use read pdf text activity to read the content and using write cell activity to write it into excel file.Using start process activity open the PDF file and using send hot key copy the content from pdf file.Using excel application scope paste it into excel file using send hot key.

Regards,
Kommi Jeevan

unable to do it…will you please tell me some other way to convert pdf to excel…such as invoice details.

hello ! do you find a solution?