Class MetadataPdfa


  • public class MetadataPdfa
    extends Object
    The PDF/A standard the document claims to be conforming to.
    • Constructor Detail

      • MetadataPdfa

        public MetadataPdfa()
    • Method Detail

      • getConformance

        @Nullable
        public @Nullable String getConformance()
        The PDF/A conformance level.
        Returns:
        conformance
      • setConformance

        public void setConformance​(String conformance)
      • getPart

        @Nullable
        public @Nullable String getPart()
        The ISO-19005 part number.
        Returns:
        part
      • setPart

        public void setPart​(String part)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object