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: accessibility/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ The examples in this section are showcasing how to work with accessibility featu
4
4
5
5
## Examples
6
6
7
-
-[pdf_add_image_alt_text.go](pdf_add_image_alt_text.go) showcases how to constuct a `StructTreeRoot` object and add alternate text for images.
7
+
-[pdf_add_image_alt_text.go](pdf_add_image_alt_text.go) showcases how to construct a `StructTreeRoot` object and add alternate text for images.
8
+
-[pdf_copy_page_with_accessibility.go](pdf_copy_page_with_accessibility.go) demonstrates how to copy pages from an existing PDF file to a new PDF file and preserve the structure tree information.
8
9
-[pdf_set_language_identifier.go](pdf_set_language_identifier.go) demonstrates how to set the language identifier for the document and its content.
9
-
-[pdf_copy_page_with_accessibility.go](pdf_copy_page_with_accessibility.go) demonstrates how to copy pages from an existing PDF file to a new PDF file and preserve the structure tree information.
10
+
-[pdf_tag_annots.go](pdf_tag_annots.go) demonstrates how to create a PDF with text annotations that are properly tagged in the document structure tree for accessibility compliance.
11
+
-[pdf_tag_form.go](pdf_tag_form.go) demonstrates how to create a PDF with form fields (text fields, submit and reset buttons) that are properly tagged in the document structure tree for accessibility compliance.
12
+
-[pdf_tag_grid.go](pdf_tag_grid.go) demonstrates how to create a tagged PDF with a grid (table) that is properly tagged in the document structure tree for accessibility compliance.
13
+
-[pdf_tag_link_annot.go](pdf_tag_link_annot.go) demonstrates how to create accessible links in PDF documents following best practices for PDF/UA compliance.
14
+
-[pdf_tag_list.go](pdf_tag_list.go) demonstrates how to create a tagged PDF document with nested lists using proper accessibility tags and document structure tree.
15
+
-[pdf_tag_table.go](pdf_tag_table.go) demonstrates how to create a tagged PDF with a table that includes proper tagging structure for accessibility compliance.
0 commit comments