Creating An Accessible ACM Conference Paper

ACM publications are read (and reviewed) by many people. Making your paper accessible will help to promote the equal participation of people with disabilities in science and engineering. This note describes how to check if your PDF is accessible, and how to fix the most common accessibility problems. For more information please refer to Adobe’s accessibility resource center.

How do I test if my PDF is accessible?

  • The document should be tagged. In Adobe Acrobat Pro: Go to the ‘File’ menu. ‘Document properties’. ‘Description’ tab. Look for ‘Tagged PDF: Yes’ among the set of advanced properties. If you do not have access to Adobe Acrobat, try selecting some text in the PDF and pasting it into a text editor. If you can’t do this, or the text looks wrong, chances are your document is not readable with a screen reader.
  • Check the accessibility. In Adobe Acrobat Pro: Go to the ‘Advanced’ menu. ‘Accessibility’. ‘Full Check’. The checker will report accessibility problems.
  • Fonts should be embedded, or your PDF will need to be regenerated, and you may lose accessibility that you have added. In Adobe Acrobat Pro: Go to the ‘File’ menu. ‘Document properties’. ‘Fonts ‘tab. All of the fonts should have the word ’embedded’ in parentheses after the font name (unless they are not visible in the final document).

How do I fix accessibility problems?

Word users should correct as many problems as possible in the Word source file rather than the pdf, as described in the next section. LaTeX users will need to edit the PDF directly using Adobe Acrobat. A better basic PDF may be produced by using latex2pdf as opposed to ps2pdf. See also the WebAim PDF Accessibility primer which provides information for OpenOffice users.

The accessibility checker in Adobe Acrobat Pro provides help with fixing many accessibility problems. The following steps are for Adobe Acrobat Pro 7. Please see Adobe’s best practices for detailed instructions covering more versions of Adobe Acrobat.

  • Add tags. Go to the ‘Advanced’ menu. Select ‘Accessibility’, then ‘Add tags to document’.
  • Add alternative text for figures. Context-click the Figure, select ‘Properties’, and fill in ‘Alternate Text’.
  • Specify the document language. Go to the ‘File’ menu. Select ‘Document Properties’, then the ‘Advanced’ tab, ‘Language’ field. In some versions of Acrobat, the sequence is ‘File’, ‘Properties’, ‘Reading Options’, ‘Language’.
  • Define tab order.
    • Go to the ‘View’ menu. Select ‘Navigation tabs’, then ‘Pages’.
    • Click on any page, then type Ctrl-A (or Command-A on a Mac) to select all the pages.
    • Go to the ‘Options’ menu in the top right of the dialog box, and select ‘Page Properties’
    • In the ‘Tab Order’ tab, select ‘Use document structure’.
  • Make sure tables have headings.
    • Go to the ‘View’ menu. Select ‘Navigation tabs’, then ‘Tags’.
    • Select the ‘Tags’ tab. This panel shows the document structure as a tree.
    • Navigate to the table cells that should be headers.
    • Check they have the type <TH>. If not, then right click on the header cell, select ‘properties’, select the ‘Tag’ tab, and change the value for ‘Type’ to <TH>.

To create a more fully accessible document, you should also check the reading order and remove artifacts. For more information look for online tutorials such as this accessible PDF tutorial from Ohio State University.

Creating an accessible PDF directly from Word

Microsoft Word users should follow these steps to produce a source document that will translate automatically into a more accessible pdf. See also this article on creating accessible PDF from Word 2007. DO NOT USE PRINT TO PDF.

  • Start from the ACM template.
  • Use the styles provided (header, body text, caption).
  • Add an alternate text description for all figures. Right click the image, select ‘Format picture’, the select the ‘Web’ tab. (In Word 2007, right click the image, select ‘Size’, then the ‘Alt text’ tab).
  • Specify metadata with the ‘File’ menu ‘Properties’ option, in the ‘Summary’ tab.
  • Go to the ‘Adobe PDF’ menu. Select ‘Change conversion settings’. (In Word 2007, select the ‘Acrobat’ tab on the ribbon, then ‘Preferences’). A dialog box showing the PDF conversion settings should appear.
  • Select the following options:
    • Settings. Add bookmarks to Adobe PDF
    • Settings. Add links to Adobe PDF
    • Settings. Enable accessibility and reflow with tagged Adobe pdf
    • Security. Enable text access for screen reader devices
    • Word. Convert cross references and table of contents to links
    • Word. Convert footnote and endnote links
    • Word. Enable advanced tagging
    • Bookmarks. Convert Word headings to bookmarks
    • Settings. Advanced Settings. Fonts. Embed all fonts
  • When you generate the PDF, use the ‘Adobe PDF’ menu’s ‘Convert to PDF’ option (In Word 2007 use ‘Save As Adobe PDF’).