Package com.itextpdf.kernel.validation
Interface IValidationChecker
- All Known Implementing Classes:
-
PdfA1Checker
,PdfA2Checker
,PdfA3Checker
,PdfA4Checker
,PdfAChecker
,PdfUA1Checker
public interface IValidationChecker
Used to check if a PDF document is compliant to a specific validation profile.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isPdfObjectReadyToFlush
(PdfObject object) IsPdfObject
ready to flush.void
validate
(IValidationContext validationContext) Validate the providedIValidationContext
.
-
Method Details
-
validate
Validate the providedIValidationContext
.- Parameters:
-
validationContext
- theIValidationContext
to validate
-
isPdfObjectReadyToFlush
IsPdfObject
ready to flush.- Parameters:
-
object
- the pdf object to check - Returns:
-
true
if the object is ready to flush,false
otherwise
-