Copy link to clipboard
Copied
I have a feature where i need to check the accessibility for the few pdf file stored in my application database.
The code for the application is written in c#.
How can i utilize the accessibility check feature in my c# code.
Is there any API or dll provided by adobe ?
Copy link to clipboard
Copied
No. There are third party checkers which may be much more suitable for your purposes.
Copy link to clipboard
Copied
Also: expect slightly different results from each checker, and a need to finish checking with manual verification. Many would argue this task requires a human, even though software can take care of many details.