Create your first automation in just a few minutes.Try Studio Web →
by YouTube
2
Activity
117
Summary
Summary
Set of activities to work with PowerPoint
Overview
Overview
This activity has been built to automate the PowerPoint presentation using UiPath.
Installation:
Install the nugget package through UiPath Package Manager.
PowerPoint Custom Activities:
Description: Returns text from all slides.
Input:
a. FilePath
b. Password
Output: Output Text as string
Description: Returns text from given slide
Input:
a. FilePath
b. SlideIndex (comma separated, default all)
c. Password
Output: OutputText as List
Description: Delete slide from ppt
Input:
a. FilePath
b. SlideIndex
c. Password
Output:
Description: Return total number of slides available in ppt
Input:
a. FilePath
b. Password
Output: SlideCount
Description: Export PPT to PDF file
Input:
a. OutputFilePath
b. PPTFilePath
c. Password
Output:
Description: Insert new slide in ppt
Input:
a. FilePath
b. SlideIndex
c. LayoutSlideIndex
d. Password
Output: Output Text as string
Features
Features
It will help in PowerPoint automation. The robot can read the slides as preferable, delete slides, insert new slide in preferred layout, give slide count and export PPT in PDF. It also works with password protected files.
Additional Information
Additional Information
Dependencies
Microsoft.Office.Core Microsoft.Office.Interop.PowerPoint System.Runtime.InteropServices
Code Language
Visual Basic
Runtime
Windows Legacy (.Net Framework 4.6.1)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.3.13Updated
February 18, 2020Works with
This activity is tested in PowerPoint 2013 and .Net Framework 4.5.2
Certification
Silver Certified
Support
UiPath Community Support
Resources