Package org.apache.pdfbox.preflight
Class Validator_A1b
- java.lang.Object
-
- org.apache.pdfbox.preflight.Validator_A1b
-
public class Validator_A1b extends java.lang.Object
This class is a simple main class used to check the validity of a pdf file. Usage : java org.apache.pdfbox.preflight.Validator_A1b <file path>
-
-
Constructor Summary
Constructors Constructor Description Validator_A1b()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.List<java.io.File>
listFiles(java.lang.String path)
static void
main(java.lang.String[] args)
private static int
runSimple(java.io.File file)
private static void
usage()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException
- Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
-
usage
private static void usage()
-
runSimple
private static int runSimple(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
listFiles
private static java.util.List<java.io.File> listFiles(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
-