You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How to read a docx with simple content like below:
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?