PDFAValidatorValve
Note
Verifies that a PDF document conforms to the PDF-A1A standard.
If validation fails the pipes failes.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| sourceDataAttribute | Item property where PDF data resides | Yes | No |
Example Configuration
{
"name" : "PDFAValidatorValve",
"enabled" : "true",
"config" : {
"sourceDataAttribute" : "pdfData",
}
}
Requirements
Item set must have one entry.