Accessibility Requirements for Digital Documents: Creating an Accessible PDF
For WCAG 2.1 Level AA Compliance
For additional web accessibility tools, contact [email protected].
Step 1: Open the Accessibility Tools
- Open your PDF in Adobe Acrobat Pro.
- Go to All Tools, search for Prepare for Accessibility, and click to open.
- Pin it to the sidebar for easier access in the future.
What if I don’t have Adobe Acrobat Pro?
East Texas A&M is an Adobe Creative Campus, offering the full suite of Adobe Products to current students, faculty and staff. Contact CITE for assistance.
Step 2: Add Tags to the Document (If Missing)
- In the Accessibility pane, click Automatically tag PDF.
- Acrobat will apply a basic tag structure (headings, paragraphs, lists).
- If the file contains scanned images only, Acrobat will attempt OCR before tagging.
Step 3: Run the Accessibility Checker
- In the Accessibility pane, click Check for Accessibility.
- A popup will appear. Leave the default settings selected, then click Start Checking.
- Review the results in the right-hand Accessibility Checker panel:
- Issues will be grouped by category (e.g., Document, Page Content, Tables).
- Click the triangle to expand each section and view detailed errors and warnings.
- Use the results as your remediation checklist.
Step 4: Fix Document Properties (Title, Language, Metadata)
- Go to File > Document Properties.
- Under the Description tab:
- Enter the Title (e.g., “Quantifying Forest Carbon Stocks”).
- Enter the Author name(s).
- Under the Advanced tab:
- Set the Language to English (or your document's primary language).
- Click OK and save the file.
Step 5: Open the Tags Pane (Manual Tag Editor)
- Go to View > Show/Hide > Side Panels > Accessibility Tags.
- Click the tag icon.
- You'll see a tag tree structure showing how Acrobat understands the document:
- Examples: <Document, <H1>, <P>, <Figure>, <Table>
- Use this panel to manually inspect and correct the document's semantic structure.
Step 6: Fix Headings and Reading Order
Use the Reading Order Tool
- In the Prepare for Accessibility pane, click Fix Reading Order.
- Acrobat will display numbered regions over the page.
- These numbers indicate the reading order used by screen readers.
To Fix Reading Order and Tag Content
- Drag a box around a region of content.
- Use the popup to tag it as Heading 1, Paragraph, Figure, Table, etc.
- Use Ctrl + Click to select and group multiple elements.
Note on Headings
Ensure heading levels are nested logically:
- Use H1 for the document title
- H2 for main sections
- H3 for subsections
Step 7: Add or Fix Alt Text for Images
- Find Images
- In the Tags panel, locate <Figure> tags.
- Add Alt Text
- Click the <Figure> tag.
- Expand it to view “Image.”
- Right-click “Image” in the tag tree. (Do not click on the image itself).
- Select Properties.
- In the Alternate Text for Images field, enter a meaningful description.
- Do not begin with the phrase “An image of.” The screen reader will add this automatically.
Examples
- Poor alt text: “Graph”
- Improved alt text: “Line graph showing carbon emissions decreasing from 2015 to 2020”
The goal is to describe the function or content of the image—not just its appearance.
Step 8: Fix Tables (Structure and Headers)
- In the Tags panel, locate the tag.
- Expand it to view:
- (Table Row)
- (Table Header Cell) or (Table Data Cell)
To Fix Header Cells
- Right-click a <TD> tag and change it to <TH>.
- Open Properties and set the Scope:
- Row: when the first column contains headers
- Column: when the top row contains headers
Tables must have headers defined to be accessible to screen readers.
Step 9: Fix Links
- In the Tags panel, locate any tags.
- Ensure each link uses descriptive text, not generic text like “click here.”
To Edit Link Text
- Use the Edit PDF tool.
- If needed, add surrounding context to clarify the link's purpose.
Step 10: Set Global Reading Language
- Go to File > Document Properties.
- Under the Advanced tab, set the Reading Language to English or the appropriate language.
- Save the file.
Setting the language ensures screen readers pronounce the text correctly.
Step 11: Final Accessibility Check
- Return to the Prepare for Accessibility pane and click Check for Accessibility.
- Review and resolve any remaining issues flagged by the checker:
- Missing alternate text
- Incorrect or missing tags
- Incomplete table structure
- Potential color contrast issues (requires manual review or external tools)
Step 12: Replace the File in WordPress
If your PDF has been previously uploaded to WordPress, you will need to upload a new version. Once the PDF passes accessibility checks, you can replace the file using the following steps.
- While logged into WordPress, click Images and Documents in the left-hand menu.
- Locate the file you want to replace.
- Click the file to open the Attachment Details pane.
- In the lower right-hand side, locate the Replace Media option, and click Upload a New File.
- On the next screen, under Replacement Options, select Replace the file, use the new file name, and update all links.
- Click Upload.