How to Convert plain Text or Word file to PDf

Hi,

I am trying to convert plain text or a word file to a pdf file from the Studio web, is there any way to do it. (Not using Studio Desktop)

There is no studio web cannot convert files to PDF natively.
You can only do it with external API using HTTP request.

is there any way to convert html text to Word file, or plain text to the formatted word file?

Hi @Rohit_More
Plz try this
1.Install UiPath.Word.Activities.

2.Use Word Application Scope (give a .docx path).

3 Inside it, use Add HTML Content and pass your HTML string β†’ it will create a formatted Word file automatically.|

Hi @nishiijain2000,

Word Application Scope activity is not available for studio web.

@Rohit_More
Yes it’s available only for desktop
Cheers

@Rohit_More

if you have sharepoint access then you can using the below activity

cheers

I did use invoke code activity and used VB code to convert as the above solution could not meet the my requirement or do not have any direct activity.

thanks everyone for you help.

1 Like

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