public interface IValidationChecker
| Modifier and Type | Method and Description |
|---|---|
void |
validateDocument(ValidationContext validationContext)
Validate the provided
ValidationContext. |
void |
validateObject(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream,
Object extra)
Check the provided object for conformance.
|
void validateDocument(ValidationContext validationContext)
ValidationContext.
This method is called by the PdfDocument.close() to check for additional conformance requirements.
validationContext - the ValidationContext to validatevoid validateObject(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, Object extra)
This method is called by the
PdfDocument.checkIsoConformance(Object, IsoKey, PdfResources, PdfStream, Object)
to check for additional conformance requirements.
obj - the object to checkkey - the IsoKey of the objectresources - the PdfResources of the objectcontentStream - the PdfStream of the objectextra - additional informationCopyright © 1998–2024 Apryse Group NV. All rights reserved.