Class PdfAXMPUtil

java.lang.Object
com.itextpdf.pdfa.PdfAXMPUtil

public class PdfAXMPUtil extends Object
Utilities to construct an XMP for a PDF/A file.
  • Field Details

  • Constructor Details

    • PdfAXMPUtil

      public PdfAXMPUtil()
  • Method Details

    • isUtf8

      public static boolean isUtf8 (byte[] array)
      Check whether the given byte array is an UTF-8 encoded character sequence.
      Parameters:
      array - array to check
      Returns:
      true if array is UTF-8 encoded data, false otherwise