Hi is there any way to convert from Word to PDF.
I have files in a folder and want to convert into PDF save it, can you please guide me.
@lakshman @Palaniyappan @indra Please guide buddy
You can use Export To PDF Activity to do this.
Read one by one file from folder and pass it to Word Application Scope Activity and inside it use Export to PDF Activity to convert word document to PDF file.
@lakshman I don’t have this activity in the studio, tried to download but not available bro
Just install UIpath.Word.Activities package.
Ok. If you face any issues then let me know.
Here, pass item to Word Application Scope and Export to PDF activities.
@lakshman if you see my file name in word format I want to save the same file name pdf format.
like Ahmad Hanini.pdf
Do one thing. Read file name first.
-
In Assign, String filename = Path.GetFileNameWithoutExtension(item)
-
Export to PDF, pass like this “folderPath"+filename+”.pdf"
Thanks @lakshman It really worked!!
Sorry buddy…
was out with some work.fine…happy got resolved… @balkishan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.