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
I need fecth the text , table and images adress from word document. Using doc.element.body loop I can't detect or recognise the images in the document and using doc.part.rels.values looping I can only get images. How can I get both text and tables along with images and it should in the same order of the source word document.
I used one list variable to store the results. The problem is I am not able to detect image occurrence the document using element.body loop so I can't able to run the doc.part.rels.values loop.