Class PdfAProperties


  • public class PdfAProperties
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFORMANCE
      Conformance, A, B, or U.
      static java.lang.String PART
      Part, always 1.
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfAProperties()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setConformance​(XMPMeta xmpMeta, java.lang.String conformance)
      Adds the conformance.
      static void setPart​(XMPMeta xmpMeta, java.lang.String part)
      Adds part.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONFORMANCE

        public static final java.lang.String CONFORMANCE
        Conformance, A, B, or U.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfAProperties

        public PdfAProperties()
    • Method Detail

      • setPart

        public static void setPart​(XMPMeta xmpMeta,
                                   java.lang.String part)
                            throws XMPException
        Adds part.
        Parameters:
        xmpMeta -
        part -
        Throws:
        XMPException
      • setConformance

        public static void setConformance​(XMPMeta xmpMeta,
                                          java.lang.String conformance)
                                   throws XMPException
        Adds the conformance.
        Parameters:
        xmpMeta -
        conformance -
        Throws:
        XMPException