Package com.itextpdf.test.runtime
Class VeraPdfValidatorApp
java.lang.Object
com.itextpdf.test.runtime.VeraPdfValidatorApp
This class is a simple HTTP server that can be used to validate PDF files using VeraPDF. It can be started in two modes: - CLI mode: `java -jar VeraPdfValidatorApp.jar cli "b64encoded path to pdf"` - Server mode: `java -jar VeraPdfValidatorApp.jar server "port"`
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Interface for writing to the console. -
Method Summary
-
Method Details
-
main
Main method to run the application.- Parameters:
-
args
- the arguments to use. - Throws:
-
IOException
- if an I/O error occurs.
-
run
Run the application based on the provided arguments.- Throws:
-
IOException
- if an I/O error occurs.
-