Definition

The contents of the PDF have been tagged to permit access by assistive technologies.

Examples

Example 4 — HTML with RDFa
<span property="accessibilityFeature" title="taggedPDF">
   tagged PDF
</span>
Example 5 — HTML with microdata
<span itemprop="accessibilityFeature" title="taggedPDF">
   alternative text
</span>

Explanation

The taggedPDF value is used to indicate that a PDF includes accessibility tags to improve its readability.

Accessibility tags are a way of labeling the components of a PDF to try and retain some of the semantics that are otherwise only visually present. They are a key part of the PDF Universal Accessibility (PDF/UA) standard.

This value is not relevant to Web-based publication formats such as EPUB.

Related Links