Need to extract data rom word and PPT

Hi Team,

I wanted to extract data from a word , from whole document need to extract below specific data only

From PPT below information need to extract.

Someone please help me to get this.

from word below data need to extract

use Get Text Activity

@Shakib we need to read from word document not from any application

Hi @VAIBHAV_DIXIT

You can use the word activities like Read Text to get the data from word. Activities - Activities

For PPT you can use the Presentation activities
Activities - Copy Paste Slide

Check if this can help- Copy Data from docx document as it is and paste it into PowerPoint slide - #5 by AJ_Ask

Hope this helps :slight_smile:

@VAIBHAV_DIXIT ,

Try reading the file and then you will get output as string then using string manipulation you can extract the data.