You are on page 1of 9

• calculate the total marks and percentage of

students automatically. - Excel


• Word Automation
Word automation supports to perform the following
activities:
• Adding Picture to Word Document
• Replace the picture in the word document
• Repeat text in the document by using append text
activity.
• Export text from a word document to the PDF
• Inserting a Data table into the Word document.
• Read text from the Word document
• Replace text in the word document
• The following example demonstrates the
creating Word Document and adding Text
and Images to the document.
• Now, UiPath.Word.Activities installed all the
activities which are related to Word.
• Add the Append Text activity inside the Word
Application Scope activity and add the text
inside the Append Text activity as Welcome to
UiPath Studio and then save and run the
sequence.

add Add Picture activity inside the Word Application Scope activity to add a picture inside
the Document.
Replacing text in the word document by using the replace text activity
Export text from Word document to PDF.
• Now from the Activities pane, add Word
Application Scope and enter the file path of
your .docx file.
• Then drag the Export to PDF activity and enter
the file name and path of new pdf file which you
want to create.
• Read data|Write data to a text file using
UiPath
• Use Write text file activity 
• Read data from text file:
• Read text file activity 

Content- This gives the content that is present in that


text file as a string variable.
So, this variable can be used to manipulate the data that
is present in that text file.

You might also like