1. Open a PDF. From the Global bar in the upper-left select All tools.
To add alternate texts to your document, make sure that the document is tagged. Learn how to Autotag a document.
1. Open a PDF. From the Global bar in the upper-left select All tools.
2. From the left panel, select Prepare for accessibility > Add alternate text.
3. You will receive a dialog with the message Acrobat will detect all figures in this document and display associated alternate text. Select OK.
4. In the Set Alternate Text dialog box, enter the alternate text and select Save & Close.
Screen readers can read the URLs of web links out loud, but adding meaningful alternate text to links can help users immensely. For example, by adding the alternate text you can have a screen reader tell a user to “go to the Acrobat accessibility page of adobe.com” rather than “go to http://www.adobe.com/products/acrobat/solutionsacc.html.”
You add alternate text to the <Link> tag of a link.
Add alternate text only to tags that don’t have child tags. Adding alternate text to a parent tag prevents a screen reader from reading any of that tag’s child tags.
1. Choose the hamburger Menu (Windows), or the View menu (macOS) > Show/Hide > Navigation Panels > Tags.
To find a tag more easily, use the Reading Order tool to select the figure or text near the figure in the document pane. Then, choose Find Tag From Selection from the Options menu in the Tags panel.
Expand the tag tree as needed to see the elements that contain the abbreviation.
Use the Touch Up Text tool or the Select tool to select the abbreviation in the document, and then choose Find Tag From Selection from the Options menu to locate the text in the tag tree.
If the abbreviation includes additional text, cut the additional text and place it in a new <Span> child tag within the same <Span> parent tag.
When you tag a PDF that includes comments, the comments are tagged as well. However, if you add comments to a PDF that’s already tagged, your comments are untagged unless you enable comment tagging first.
To Enable comment tagging in a PDF, in the Tags panel, choose Tag Annotations from the Options menu. Comments or markups that you add to the PDF are tagged automatically.
If a document contains untagged comments, find them in the logical structure tree and tag them using the Find command in the Tags panel.
Use the Reading Order tool to make sure that tables are tagged correctly. To fit figures and text within the table cells, re-create the table in the authoring application before converting it to an accessible PDF. Adding tags on a cell level in Acrobat is a labor-intensive procedure.
Before you change any table elements, use the Reading Order tool to determine that the table is tagged correctly.
Table Rows, each of which contains Table Header <TH> or Table Data<TD> cells.
<THead>, <TBody>, and <TFoot> sections, each of which containsTable Rows. (The Table Rows contain <TH> cells, <TD> cells, or both.)
If the tag for the table doesn’t contain these elements, but rows, columns, and cells appear in the table in the document pane, use the Reading Order tool to select and define the table or individual cells.
If the table contains rows that span two or more columns, set ColSpan and RowSpan attributes for these rows in the tag structure.
Re-create the table in the authoring application, and then convert it to a tagged PDF.
4. Select Attribute Objects, and then select New Item to create an Attribute Object Dictionary.
8. In the Add Key And Value dialog box, type ColSpan or RowSpan in the Key box. Enter the number of columns or rows in the Value box, choose Integer from the Value Type pop-up menu, and select OK.