docx
docx copied to clipboard
How to read images from docx
How to read a docx with simple content like below:
Paragraph 1
[This is an image]
Paragraph 2
I need to read the docx, and get Praragraph1, and image, and Praragraph2. I know how to get the two paragraphs, but it would be useful to get the image, as well as it's order in the docx.
Is it possible?