Good day!
There is such problem - there are 1000 different microsoft documents(word, powerpoint, excel), you need to automate accessibility checker (in Russian translation "check accessibility" for people with disabilities).
So basically you need to: download the document, open it, run the accessibility checker, and save the result
The first 2 steps of the particular difficulty I have not called, but calling this accessibility checker is the problem.
Question: how to invoke the accessibility checker using VBA / c# or C++.
I tried to record a macro to record word via marco, but nothing came of it, the macro was empty.
example accessibility checker for microsoft word
https://www.youtube.com/watch?v=q9vy9GE2gNs