Class GraphicsCheckUtil

java.lang.Object
com.itextpdf.pdfua.checkers.utils.GraphicsCheckUtil

public final class GraphicsCheckUtil extends Object
Class that provides methods for checking PDF/UA compliance of graphics elements.
  • Field Details

  • Constructor Details

  • Method Details

    • checkLayoutElement

      public void checkLayoutElement(Image image)
      Checks if image has alternative description or actual text.
      Parameters:
      image - The image to check
    • hasAtleastOneValidValue

      private static boolean hasAtleastOneValidValue(Object altText, Object actualText)