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 Details

    • validate

      void validate (IValidationContext validationContext)
      Validate the provided IValidationContext.
      Parameters:
      validationContext - the IValidationContext to validate
    • isPdfObjectReadyToFlush

      boolean isPdfObjectReadyToFlush (PdfObject object)
      Is PdfObject ready to flush.
      Parameters:
      object - the pdf object to check
      Returns:
      true if the object is ready to flush, false otherwise