-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
PPSpliT 1.26 changes alternative text for pictures #11
Comments
Hi @tomash87, thank you very much for your interest in the add-in and for reporting this observed behavior. Although there are no obvious reasons why alternative texts should be affected by the split process, some internal functions of PPspliT (e.g., That said, I was not able to find any relevant shortcomings in overwriting the alternative text in this way. Considering the final goal of PPspliT, I see no reasons why a split presentation should be subsequently stored in native PPspliT format (with altered alternative texts) as opposed to exporting it to some other redistributable format like PDF (with alternative texts removed altogether). Thank you again for point this out. Unless other reasons exist to consider changing this behavior, I am going to close this as "not an issue". |
Hello @maxonthegit, In fact, it is an issue for me, since I am requested to provide accessible slides in PDF. By "accessible" it is meant to fulfill the WCAG 2.1 standard. One of the requirements is to provide an alternative text for pictures, graphics, images, etc. PowerPoint for Windows exports the alternative text for pictures (not for other objects) into PDF (although only some PDF viewers can read it). PowerPoint for Mac (as of v2019) does not support exporting the alternative text. I understand your point about storing extra information in the alternative text. This is actually what I thought when saw these numeric values replacing the alternative text. A possible solution is to temporarily store a "serialized" object (e.g., JSON) in the alternative text that holds all missing properties, including the original alternative text. Once the splitting process is done, the original alternative can be easily restored. I know that serializing an object in VBA is not directly possible, but there are workarounds, e.g., https://github.com/VBA-tools/VBA-JSON |
Issue addressed in release 1.27, which has just been published. Instead of encoding Thank you again for highlighting this issue, which I hope this change helps you overcome. |
Thank you, Massimo. The alternative text works great now. |
Hello,
PPSpliT 1.26 when run using either PowerPoint 2013 and Windows 10 or PowerPoint 2019 and macOS 11.6 changes the alternative text for (some) pictures in a presentation. Steps to reproduce:
Result: the alternative text for pictures changes to some number (in MWE below to " 5").
Expected result: the alternative text remains unaffected.
MWE: The attached presentation consists of two slides, each having a JPG picture and some simple animation. Run "Split animations" on this presentation and consult the alternative text (In PP2013 for Windows: Format picture -> Size & Properties -> Alt Text; in PP2019 for Mac: Right-click the picture -> Edit alt text).
W01 - ppsplit bug.pptx
The text was updated successfully, but these errors were encountered: