In order to be made accessible, a PDF must be tagged. Tagging is the basis of ensuring a PDF is accessible and is a requirement to be in compliance with accessibility guidelines. In order to tag a PDF, you can either use autotagging or manually tag content in the PDF.

What are Tags?

Tags are used by screen readers to properly announce content to users. Ensuring you are using the proper tag is critical for screen reader users to understand your PDF. Tags are based off HTML tags and follow a similar structure to creating web pages. The most common tags used are:

  • Headings: <H1>, <H2>, <H3>, <H4>, <H5>, <H6>
  • Paragrapsh: <P>
  • Images: <Figure>
  • Tables: <Table>
    • Rows: <TR>
    • Cells: <TD>
    • Header cells: <TH>
  • Links: <Link>
  • Table of Contents: <TOC>
    • Table of content item: <TOCI>
  • Lists: <L>
    • List item: <LI>
      • Bullet points (label): <Lbl>
      • Content/body: <LBody>

Find the Accessibility Tags

To see the existing tag structure, select the Accessibility tags icon in the left or right sidebar:Accessibility tags panel icon in Acrobat If your version of Adobe Acrobat is not the latest, the icons may appear slightly different.


If you do not see the accessibility tags icon, follow these instructions to show it:

  1. Windows: in the top left corner of Acrobat, select the Menu icon.Acrobat Menu icon in WindowsMac: Select the "View" menu in the top menu bar.
  2. Windows: In the menu that appears, go to View > Show/Hide > Side panels > Accessibility tags.
    Mac: In the menu that appears, go to Show/Hide > Side panels > Accessibility tags.

    Once checked, the accessibility tag panel icon should now appear in the sidebar.A menu with options for content panels. The Accessibility tags option is highlighted.
  3. Select the Accessibility tag panel icon in the sidebar to show the accessibility tags.Adobe Acrobat sidebar with icons to different content panels. The accessibility tags panel icon is highlighted.
  4. The accessibility tags panel should open. If there are tags, they will be displayed.
    Accessibility tags panel with list of tags