Package com.itextpdf.kernel.validation
Interface IValidationChecker
-
- All Known Implementing Classes:
Pdf20Checker
,PdfA1Checker
,PdfA2Checker
,PdfA3Checker
,PdfA4Checker
,PdfAChecker
,PdfUA1Checker
,PdfUA2Checker
,PdfUAChecker
public interface IValidationChecker
Used 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 boolean
isPdfObjectReadyToFlush(PdfObject object)
IsPdfObject
ready to flush.void
validate(IValidationContext validationContext)
Validate the providedIValidationContext
.
-
-
-
Method Detail
-
validate
void validate(IValidationContext validationContext)
Validate the providedIValidationContext
.- Parameters:
validationContext
- theIValidationContext
to validate
-
-