I am working on python-pptx module. I have a presentation file which contains embedded files like(.pptx, .xlsx, .docx, .pdf) on slides. I need to read those files also while parsing the presentation.
Is there any python-pptx attribute to read those embedded files.
I tried to get the 'shape_type' for those embedded files but it is giving 'none' while in 'shape.name' it is giving 'Object 5'.
Any help would be greatly appreciated.