Word to pdf

i have a situation where i want to convert word file to pdf file . how do i do that in UiPath step by step explanation will be appreciated.

Hi @Pooja_Kanwar

Use Word Application Scope → Save Document as PDF activity to save the file as PDF.

Hope it helps!!

Hi @Pooja_Kanwar,
if you use word application scope its take little extra time, i have idea like using the python scrip in start process activity.
is that okay for you i will share step by step process?

thanks

Hi @Pooja_Kanwar,

  • Install “UiPath.Word.Activities” package from the Manage Packages.
  • Drag and drop “Word Application Scope” activity.
  • Put full file path to the input path field (e.g., “C:\Test.docx”).
  • Inside the “Word Application Scope”, drag “Export to PDF” activity.
  • Set the Output file path to where you want to save the PDF. (e.g., “C:\Test.docx”).

Please, mark as a solution if it works.