public interface ItemProcessor extends Processor
| Modifier and Type | Method and Description |
|---|---|
ProcessorResult |
process(File toProcess)
Process a
File and return the ProcessorResult |
ProcessorResult |
process(ItemDetails fileDetails,
InputStream toProcess)
Process an
InputStream and return the ProcessorResult |
getConfig, getDependenciesgetDetailsProcessorResult process(ItemDetails fileDetails, InputStream toProcess)
InputStream and return the ProcessorResultfileDetails - the ItemDetails of the stream to processtoProcess - an InputStream to the PDF/A to processProcessorResultProcessorResult process(File toProcess) throws VeraPDFException
File and return the ProcessorResulttoProcess - the PDF/A File to processProcessorResultVeraPDFException - if the file cannot be found or opened.Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.