Image to pdf conversion

HI . Iam having 100 images in png format in my local folder . Now i need to convert each image into pdf and save all 100 pdf files in another folder … is it possible

@Raj_Deepak

Use below component to convert Image to PDF file.

https://go.uipath.com/component/image-to-pdf-converter-a437de

1 Like

HI i already used this image to pdf converter… How we can see the Converted pdfs ?

Please check the xaml @lakshman

1 Like

How To check the converted PDFs …on using Image to Pdf convertor activity ?

@Raj_Deepak

Pass folder path where you want to save PDF file.

How i can pass the folder path …I mean which activity can be used ?

@Raj_Deepak

No need of any activity to do this.

Just specify path in double quotes.

Hi
If iam declaring the file path iam getting this error as below :
RemoteException wrapping System.UnauthorizedAccessException: Access to the path ‘C:\Users\xipi\Desktop\pdf’ is denied.

@Raj_Deepak

Here file extension is missing. It should be like this.

        "C:\Users\xipi\Desktop\filename.pdf"

yes …its working…Thanks lakshman

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.