We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Thank you for this great library. Is it possible to get OpenXML string (not blob) from docx file ? Something like this:
<w:p><w:pPr><w:rPr><w:color w:val="FF0000"/></w:rPr></w:pPr><w:r><w:rPr><w:color w:val="FF0000"/></w:rPr><w:t>My custom</w:t></w:r><w:r><w:rPr><w:color w:val="00FF00"/></w:rPr><w:t>XML</w:t></w:r></w:p>
The text was updated successfully, but these errors were encountered:
If anyone knows how to do that, please do share. @Ademking did you manage to find a workaround?
Sorry, something went wrong.
No branches or pull requests
Hello,
Thank you for this great library. Is it possible to get OpenXML string (not blob) from docx file ?
Something like this:
The text was updated successfully, but these errors were encountered: