python-openxml/python-docx

Suggestion: recursively resolve core / custom properties before extracting text

Opened this issue · 0 comments

It would be very helpful to recursively resolve core / custom properties before calling text methods for example.

for para in doc.paragraphs:
print(para.text)