Copy pdf

How to copy pdf file from one location(default for my web application) to other location(desktop)
Appreciate your suggestions

@Divyatirunagari

You can use Copy File activity to copy file from one location to other. And also if you want to move it you can use Move File activity.

Hi @lakshman I used Copy File and mentioned from path and destination path (Folder)
it is throwing error Target file is a directory not a file.

1 Like

@Divyatirunagari

In the destination, just specify folder path where you want to copy the file but don’t specify filename.

image

@Divyatirunagari

Sorry it’s my bad. Specify the filename also along with folder path.

Hi
Usually when we are using COPY FILE activity we need to mention the file path in the Destination property
Even the error depicts the same

Cheers @Divyatirunagari

I cannot create destination file name for pdf, so I created folder in UIpath folder in my system.
“C:\Users\divya\Documents\UiPath\pdf to”
Its Working!!

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