Excel to Pdf Automation

How can we convert multiple Excel files to Pdf
There would be for Example 10 excel files in a particular folder. This needs to be converted into Pdf

Note: Excel file would contain large amount of data

Thanks in Advance:)

you can add tables in word document with word automation and change the file extension with rename activity in UiPath

1 Like

@anmita

Hi @ushu
How can we do for multiple file after one is completed then other should start. And thanks for reference

@anmita

You can iterate the pdf by using for loop.
item-> Directory.GetFiles(Inputfolder)

have a look on it->