Package com.itextpdf.kernel.validation
Interface IValidationChecker
-
- All Known Implementing Classes:
Pdf20Checker,PdfA1Checker,PdfA2Checker,PdfA3Checker,PdfA4Checker,PdfAChecker,PdfUA1Checker,PdfUA2Checker,PdfUAChecker
public interface IValidationCheckerUsed to check if a PDF document is compliant to a specific validation profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPdfObjectReadyToFlush(PdfObject object)IsPdfObjectready to flush.voidvalidate(IValidationContext validationContext)Validate the providedIValidationContext.
-
-
-
Method Detail
-
validate
void validate(IValidationContext validationContext)
Validate the providedIValidationContext.- Parameters:
validationContext- theIValidationContextto validate
-
-