Hi All,
I have a text file and i have to convert to pdf file using uipath?
Please post your answers
Thank u
Hello @317-Hemalatha_G ,
Here what you can do is Write the text from file to a Word document and then convert that to pdf.
Read Text file->Set bookmark content (Word package)->Save document as PDF(Word package)
'You can refer the below video to understand the boomark and the way to write to Word document.
Hey @317-Hemalatha_G
Psuedocode
-
You will need to read the text file contents into a string
-
Write the contents to a Word file
-
Publish it as PDF
Skeleton
Thanks
#nK
Thank u for the solution it helped.
Great @317-Hemalatha_G, Thanks !