Package com.itextpdf.pdfa
Class PdfAXMPUtil
java.lang.Object
com.itextpdf.pdfa.PdfAXMPUtil
Utilities to construct an XMP for a PDF/A file.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isUtf8
(byte[] array) Check whether the given byte array is an UTF-8 encoded character sequence.
-
Field Details
-
PDF_UA_EXTENSION
- See Also:
-
-
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
-