Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i can find image images present in document file, is there any module for this in python. I searched but of no use. this is how we can read from word file . code below give no information about images present in file

Python
<pre lang="pythob">from  docx import Document

    documnet=Document('new-file-name.docx')
    para=documnet.paragraphs
    for par in para:
        print par.text
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900