docx
docx copied to clipboard
Adding ALT tags to Image?
Is it possible to add alt tags to Images added to DOCX document?
I cant find any documentation on this:
http://officeopenxml.com/drwPic-tile.php
Closing due to inactivity
@dolanmiu you are correct when mentioning that ALT tag is not part of Office Open XML documentation. My use case is creation accessible documents and one of requirements is having alt tag that will give users who are using screen readers more details about images inside document.
Article related to topic Images in Word - https://blogs.wright.edu/learn/accessibility/word/images-in-microsoft-word/
Ok, I will take a look into whats needed to be done
Thanks for the effort, great lib! Is it even possible to add alt text to an image?
The feature is now complete, and is in this PR:
https://github.com/dolanmiu/docx/pull/1741