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
A Java CLI tool for validating accessibility issues in PDF documents
2
3
3
-
A Java CLI application to validate and report accessibility issues in PDF documents. We use free version of PDFix SDK for PDF reading operations.
4
+
## Introduction
5
+
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.
4
6
5
7
## Table of Contents
6
-
-[Validate PDF Accessibility with PDFix](#validate-pdf-accessibility-with-pdfix)
8
+
-[PDF Accessibility Validator using PDFix](#pdf-accessibility-validator-using-pdfix)
9
+
-[Introduction](#introduction)
7
10
-[Table of Contents](#table-of-contents)
8
-
-[Command-Line options](#command-line-options)
11
+
-[Command-Line Options](#command-line-options)
9
12
-[Run the CLI Commands](#run-the-cli-commands)
10
13
-[Report Duplicate MCID in Tagged PDF](#report-duplicate-mcid-in-tagged-pdf)
14
+
-[Installation](#installation)
11
15
-[Build Instructions](#build-instructions)
12
16
-[1. Download and Install PDFix SDK for Java](#1-download-and-install-pdfix-sdk-for-java)
13
17
-[2. Compile, Test and Package](#2-compile-test-and-package)
14
18
-[Have a question? Need help?](#have-a-question-need-help)
You can download the pre-built `jar` from the [Releases page](https://github.com/pdfix/action-validate-pdf-pdfix-java/releases) if you prefer not to build the tool yourself.
61
+
52
62
## Build Instructions
53
63
54
64
### 1. Download and Install PDFix SDK for Java
65
+
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