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: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
# PDF Accessibility Validator using PDFix
2
+
2
3
A Java CLI tool for validating the compliance of PDF documents with accessibility standards such as WCAG, or PDF/UA.
3
4
4
5
## Introduction
6
+
5
7
This tool validates PDF accessibility by checking for issues in tagged PDF documents. It leverages the PDFix SDK (free version) for reading and processing PDF files. Ensuring that PDFs are accessible is crucial for users with disabilities, and this tool helps identify and report potential issues.
6
8
7
9
## Table of Contents
10
+
8
11
-[PDF Accessibility Validator using PDFix](#pdf-accessibility-validator-using-pdfix)
9
12
-[Introduction](#introduction)
10
13
-[Table of Contents](#table-of-contents)
@@ -20,6 +23,7 @@ This tool validates PDF accessibility by checking for issues in tagged PDF docum
This command validates a PDF file for duplicate MCID entries, which can cause accessibility issues for screen readers.
39
44
40
45
```bash
@@ -58,6 +63,7 @@ Total 1 duplicate MCID(s) found
58
63
```
59
64
60
65
## Installation into PDFix Desktop
66
+
61
67
PDFix Desktop supports the integration of external actions into its user interface. Follow these steps to install the Validate Duplicate MCID action:
62
68
63
69
1.**Download** the net.pdfix.validate-pdf ZIP file from the [Releases page](https://github.com/pdfix/action-validate-pdf-pdfix-java/releases/latest)
@@ -73,6 +79,7 @@ PDFix Desktop supports the integration of external actions into its user interfa
73
79
## Build Instructions
74
80
75
81
### 1. Download and Install PDFix SDK for Java
82
+
76
83
Before building the project, you need to download and install the PDFix SDK. This SDK is used to read and process PDF files for accessibility validation. Run the following commands:
0 commit comments