Answer the question
In order to leave comments, you need to log in
How to find out after which paragraph an image (inline_shapes) is inserted using pychon-docx?
I did not find a way to iterate over all the objects in the document, how do I find out after which paragraph the image is located? I find pictures like this:
for img in document.inline_shapes:
print(img)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question