Body
Some types of PDFs are significantly more difficult to make accessible because they frequently violate both WCAG 2.x Level AA and the PDF/UA standard.
When possible, these documents should be created in Word or HTML instead of PDF.
Avoiding these document types as PDFs can dramatically reduce accessibility remediation workload.
1. Scanned Documents
Why They Are High Risk
Scanned PDFs are essentially images of text, not actual text.
This means:
-
Screen readers cannot read the content
-
Text cannot be searched or selected
-
OCR (optical character recognition) must be applied
-
Tagging and reading order must be rebuilt manually
Common Examples
Better Option
If the original document exists:
If scanning is unavoidable:
2. Flyers, Posters, and Graphic-Heavy Designs
Why They Are High Risk
Graphic-heavy PDFs often:
-
Contain text embedded in images
-
Have unclear reading order
-
Use visual layout instead of structural headings
-
Contain decorative artifacts that must be tagged properly
Common Examples
-
Event flyers
-
Promotional posters
-
Marketing materials
-
Infographics
Better Option
If the content is informational:
If a printable version is required:
3. Complex Tables
Why They Are High Risk
Tables in PDFs are difficult to tag correctly and often require extensive manual work.
Common issues include:
Common Examples
-
Data tables
-
Financial reports
-
Schedules
-
Statistical summaries
Better Option
If the table content is important for reading or analysis:
Benefits include:
4. Fillable PDF Forms
Why They Are High Risk
Accessible PDF forms must include:
These requirements are frequently missed.
Common Examples
-
Applications
-
Registration forms
-
Surveys
-
Request forms
Better Option
Use accessible HTML forms whenever possible.
Benefits include:
-
Better keyboard navigation
-
Screen reader compatibility
-
Mobile accessibility
-
Automatic data collection
5. Frequently Updated Documents
Why They Are High Risk
Each update requires:
Over time, multiple versions often remain online, causing confusion.
Common Examples
-
Schedules
-
Program requirements
-
Event calendars
-
Resource lists
Better Option
Use HTML web content so updates can be made quickly without repeating accessibility remediation.
Key Takeaway
The following document types create the largest accessibility workload when used as PDFs:
Whenever possible, create these as Word or HTML content instead of PDFs.
This approach significantly reduces accessibility remediation work while improving usability for all users.