Hi,
I am new to UiPath Studio and I am currently a intern at a local company. And I need help as I need to get my task done by this week if possible. And I got task to find is there any way to for dynamic folder and the image will be paste into the word document or PPT?
Thanks!
pavanh003
(Pavan Harisha)
March 26, 2019, 1:23pm
2
Hi,
Can you rephrase your question, I am not able to understand what exactly you are looking for.
Regards,
Pavan H
@pavanh003 if I have an dynamic folder in the desktop is there anyway for all image selected to get and paste into a word document?
balupad14
(Balamurugan (BalaReva))
November 24, 2019, 8:59am
4
Hi @phoenix123 ,
You can the files from the folder by using the Directory.GetFiles(targetDirectory) .
after that you can use the insert picture in the PowerPoint by using the “Insert Picture” activity.
The package is meant to automate building out and changing content on a PowerPoint presentation
The activity will create an instance of PowerPoint depending on the file path. An empty slide will be added and then the application will close. This is meant to be used when the amount of slides in a presentation is dynamic.
Delete Slide - Delete the specific slide using slide Index.
Export To PDF - Export the PowerPoint file to PDF file.
Insert Picture - Insert the image in a specific locat…
Regards
Balamurugan.S