How to merge png, pdf, and excel files into One pdf file

Hi Team,

I have to merge all files in a folder into a single pdf file ,it will be an excel, png or pdf. I have to merge them into a single pdf file.

Please help on this.

Thanks,
Manoj

Hi @manojmanu.rpa,

You can first convert all the files (Excel, PNG) into PDF format, and keep existing PDFs as they are. Store all these PDFs in a folder, and then use the Merge PDF activity to combine them into a single file.

Thanks!

How can I convert to pdf is there any activity for that?

Check below threads for
Image to PDF.

Excel to PDF

Then You can use Join PDF activity to combine everything

Hi @manojmanu.rpa

For Excel: Save Excel File As PDF Activity - Activities - Save Excel File As PDF

Image to PDF: using β€œword application scope ”

Then: Merge PDF activity

Thanks