Convert multiple excel sheets to Separate Pdf in Uipath

Hi All,

I have one excel with N number of sheets. I want to convert that sheets to separate pdf.

Can anyone assist?

Thanks,
Sayali

Hi @sayali_gujarathi1

You can use the Save excel file as pdf activity to convert the excel to pdf

Hope it helps!!

Hi @sayali_gujarathi1

Try this

image

I hope it helps!!

Hi @sayali_gujarathi1

Check the post below. It does seem to be the same requirement.
https://forum.uipath.com/t/spreadsheet-to-pdf/511395

Regards,

Hi @sayali_gujarathi1

Check this:

Hi @mkankatala @lrtetala @Tuannna1

Thanks for your reply.
I am using this activity but there are total 6 sheets and i want to generate 6 different pdf.
Any lead on this?

@sayali_gujarathi1

Use Get workbook sheets activity
image

@sayali_gujarathi1

Try this

Hi @sayali_gujarathi1

Then use the below workflow to convert the each sheet to different pdf.

Browser_Practice.xaml (16.2 KB)

Hope it helps!!

Thanks for the quick response.

Let me try this out.

Okay @sayali_gujarathi1

I have given the count which changes the pdf names by pdf1, pdf2 like that.

In write range workbook activity check the add headers option.

Hope you got the solution for your query!!

@sayali_gujarathi1

  1. Use copy/paste range with sheet name only to create a separate file and then use that file to create the pdf
    or
  2. Use convert to pdf and then split the pdf pages separately

cheers

Hi @mkankatala ,

I am not able to open file that you attached. Can you please attached complete ZIP folder ?

Sorry @sayali_gujarathi1

Check the below one
Email Process.zip (152.1 KB)

I made the project in to zip. Unzip the file and open the workflow.

Hope it helps!!