DocX
DocX copied to clipboard
DocX does not correctly grab all caps words
I'm using DocX Core to parse some text from a word document. On my page, there are some headings that are written in all caps. But rather than returning these as they are, DocX is returning them incorrectly:
Example: headers is HELLO docx grabs paragraphs -> HELLO becomes 'hello' or 'Hello'
Is there a way to specificy so it will grab the words exactly as they are?
Hi, Can you submit the docx you are trying to read ? It should return the text the same way it was read, unless its another text ? Thank you.