PDF Accessibility Remediation Guide

What is a PDF?

PDF actually stands for Portable Document Format as the original intention of PDFs was developed to share documents with other users that may not have the same application software as you. At that time, in 1991, not everyone had access to Microsoft suites. 1991 was two years before the World Wide Web would become public and then it would take quite a while for the internet mature into the digital universe we are used to now. 

In a world that has gone digital and in which paper is used less and less, PDFs are no longer always the ideal format for publishing content. The best reason to use PDFs is still to be able to print hand copies of content, which in and of itself is not very accessible. In 2020, the Nielsen Norman Group published an article called PDF: Still Unfit for Human Consumption, 20 Years Later, which covers the various issues with PDFs. 

What is PDF accessibility? 

PDF accessibility ensures that disabled people accessing your PDF with assistive technology can access and navigate the content in an equally effective way to anyone not using assistive technology. PDF accessibility focuses on the behind the scenes structure and when you access the inner workings, you will find that the code looks a lot like the code on a website with <p> tags for paragraphs, <h2> tags for the main sections of a PDF, <image> for image, etc. This structure can be delivered well if a person is making their source file accessible. For example, a simple Word document converted to a PDF that has already been designed with accessibility in mind will most likely pass all accessibility checks as the correct structure is behind the scenes. However, documents that were not built with accessibility in mind will need significant remediation on the PDF side. 

PDF accessibility itself is tricky though. Complex content such as interactive forms and maps may be impossible to make accessible. And even when you have checked all the boxes from a compliance standpoint, the PDF still may not be usable by assistive technology users. For example, PDFs do not support high contrast mode or dark mode, which means employees with light sensitivity or low vision that require these display modes will not have an equally effective experience. In addition, no matter how much time you spend on trying to remediate complex PDFs, the experience may not be usable for screen reader users. We recommend reviewing the Before You Get Started and PDF Usage Guidelines sections of this guide to ask yourself whether remediating your PDF is the best option.