You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/features/accessibility-support/create-accessible-pdf-documents.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,22 @@ To take advantage of the accessibility feature, the document must be **PDF/A-1a*
19
19
20
20
RadFixedDocument offers a constructor allowing to specify the **AutoTag** property value which is *false* by default. This gives the developer the opportunity to choose whether to build the [StructureTree]({%slug radpdfprocessing-model-structure-tree%}) from scratch or leave the library auto-tag the elements.
21
21
22
+
>note Please refer to the [PdfProcessing Accessibility Demo](https://demos.telerik.com/document-processing/pdfprocessing/accessibility) which demonstrates how to create accessible PDF documents programmatically, ensuring compliance with standards such as PDF/UA by supporting features like tagged content, document structure, and metadata. Downloaded documents will adhere to the selected compliance level.
23
+
22
24
## Creating Accessible PDF Documents and Building the StructureTree
23
25
24
26
When exporting the document, specify the [TaggingStrategy]({%slug radpdfprocessing-model-tagged-pdf%}#tagging-strategy) so the document should not be tagged automatically and use the existing StructureTree:
||||
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/features/accessibility-support/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ position: 0
13
13
|Version|**Q3 2025** (or newer)|
14
14
|----|----|
15
15
16
-
RadPdfProcessing provides accessibility support of documents to users with disabilities. This allows many users with visual impairments use screen readers to read such documents aloud. To enable proper vocalization, either through a screen reader or by some more direct invocation of a text-to-speech engine, the PDF document should support the following features:
16
+
**RadPdfProcessing** provides *accessibility support* of documents to users with disabilities. This allows many users with visual impairments use screen readers to read such documents aloud. To enable proper vocalization, either through a screen reader or by some more direct invocation of a text-to-speech engine, the PDF document should support the following features:
17
17
18
18
* Specifying the natural language used for text in a PDF document
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/model/tagged-pdf.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ position: 7
25
25
26
26
Represents the strategy for handling tagging in PDF documents. The available options are:
27
27
28
-
***UseExisting** - Specifies whether the document should not be tagged automatically and the existing StructureTree will be used. The *default* option.
28
+
***UseExisting** - Specifies whether the document should not be tagged on export automatically and the existing StructureTree will be used. The *default* option.
29
29
30
-
***Build** - Specifies whether the document should be automatically tagged and a new StructureTree should be created.
30
+
***Build** - Specifies whether the document should be automatically tagged on export and a new StructureTree should be created.
0 commit comments