public interface BatchProcessor extends Processor
| Modifier and Type | Method and Description |
|---|---|
BatchSummary |
process(File toProcess,
boolean recurse,
BatchProcessingHandler resutlHandler)
Process all .pdf files in a directory, optionally recursively.
|
BatchSummary |
process(List<? extends File> toProcess,
BatchProcessingHandler resutlHandler)
Process a list of PDF files
|
getConfig, getDependenciesgetDetailsBatchSummary process(List<? extends File> toProcess, BatchProcessingHandler resutlHandler) throws VeraPDFException
toProcess - a List of Files to processresutlHandler - the BatchProcessingHandler that will be used to
process the resultsBatchSummary that reports the details of the batch
processVeraPDFException - when an error occurs during processing.BatchSummary process(File toProcess, boolean recurse, BatchProcessingHandler resutlHandler) throws VeraPDFException
toProcess - a File that denotes a directory to processrecurse - set true to recurse into sub-directories, false if
recursion not required.resutlHandler - the BatchProcessingHandler that will be used to
process the resultsBatchSummary that reports the details of the batch
processVeraPDFException - when an error occurs during processing.Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.