Class PdfUA1Checker

java.lang.Object
com.itextpdf.pdfua.checkers.PdfUA1Checker
All Implemented Interfaces:
IValidationChecker

public class PdfUA1Checker extends Object implements IValidationChecker
The class defines the requirements of the PDF/UA-1 standard.

The specification implemented by this class is ISO 14289-1

  • Field Details

  • Constructor Details

    • PdfUA1Checker

      public PdfUA1Checker(PdfDocument pdfDocument)
      Creates PdfUA1Checker instance with PDF document which will be validated against PDF/UA-1 standard.
      Parameters:
      pdfDocument - the document to validate
  • Method Details