| Package | Description |
|---|---|
| com.qoppa.pdfPreflight |
Main package for the jPDFPreflight product.
|
| com.qoppa.pdfPreflight.results |
This package holds classes that hold the results from PDF verification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressListener.resultAdded(ResultRecord result)
This method is called by the preflight operation to notify listeners of a result added.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultRecord> |
PreflightResults.getResults()
Gets a list of result records.
|