Class PdfConst

java.lang.Object
com.itextpdf.kernel.xmp.PdfConst

public class PdfConst extends Object
Class that contains several constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    An unordered array specifying properties that were edited outside the authoring application.
    static final String
    The base URL for relative URLs in the document content.
    static final String
    External Contributors to the resource (other than the authors).
    static final String
    The extent or scope of the resource.
    static final String
    The date and time the resource was originally created.
    static final String
    The authors of the resource (listed in order of precedence, if significant).
    static final String
    The name of the first known tool used to create the resource.
    static final String
    Date(s) that something interesting happened to the resource.
    static final String
    A textual description of the content of the resource.
    static final String
    The file format used when saving the resource.
    static final String
    An unordered array of text strings that unambiguously identify the resource within a given context.
    static final String
    Keywords.
    static final String
    An unordered array specifying the languages used in the resource.
    static final String
    The date and time that any metadata for this resource was last changed.
    static final String
    The date and time the resource was last modified.
    static final String
    A short informal name for the resource.
    static final String
    The part
    static final String
    The Producer.
    static final String
    Publishers.
    static final String
    Relationships to other documents.
    static final String
    Informal rights statement, selected by language.
    static final String
    Unique identifier of the work from which this resource was derived.
    static final String
    An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
    static final String
    An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
    static final String
    The title of the document, or the name given to the resource.
    static final String
    Indicates whether the document has been modified to include trapping information
    static final String
    A document type; for example, novel, poem, or working paper.
    static final String
    The PDF file version (for example: 1.0, 1.3, and so on).
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Contributor

      public static final String Contributor
      External Contributors to the resource (other than the authors).
      See Also:
    • Coverage

      public static final String Coverage
      The extent or scope of the resource.
      See Also:
    • Creator

      public static final String Creator
      The authors of the resource (listed in order of precedence, if significant).
      See Also:
    • Date

      public static final String Date
      Date(s) that something interesting happened to the resource.
      See Also:
    • Description

      public static final String Description
      A textual description of the content of the resource. Multiple values may be present for different languages.
      See Also:
    • Format

      public static final String Format
      The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.
      See Also:
    • Identifier

      public static final String Identifier
      An unordered array of text strings that unambiguously identify the resource within a given context.
      See Also:
    • Language

      public static final String Language
      An unordered array specifying the languages used in the resource.
      See Also:
    • Publisher

      public static final String Publisher
      Publishers.
      See Also:
    • Relation

      public static final String Relation
      Relationships to other documents.
      See Also:
    • Rights

      public static final String Rights
      Informal rights statement, selected by language.
      See Also:
    • Source

      public static final String Source
      Unique identifier of the work from which this resource was derived.
      See Also:
    • Subject

      public static final String Subject
      An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
      See Also:
    • Title

      public static final String Title
      The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.
      See Also:
    • Type

      public static final String Type
      A document type; for example, novel, poem, or working paper.
      See Also:
    • Keywords

      public static final String Keywords
      Keywords.
      See Also:
    • Version

      public static final String Version
      The PDF file version (for example: 1.0, 1.3, and so on).
      See Also:
    • Producer

      public static final String Producer
      The Producer.
      See Also:
    • Part

      public static final String Part
      The part
      See Also:
    • Advisory

      public static final String Advisory
      An unordered array specifying properties that were edited outside the authoring application. Each item should contain a single namespace and XPath separated by one ASCII space (U+0020).
      See Also:
    • BaseURL

      public static final String BaseURL
      The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL. This property provides a standard way for embedded relative URLs to be interpreted by tools. Web authoring tools should set the value based on their notion of where URLs will be interpreted.
      See Also:
    • CreateDate

      public static final String CreateDate
      The date and time the resource was originally created.
      See Also:
    • CreatorTool

      public static final String CreatorTool
      The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History's softwareAgent property.
      See Also:
    • MetadataDate

      public static final String MetadataDate
      The date and time that any metadata for this resource was last changed.
      See Also:
    • ModifyDate

      public static final String ModifyDate
      The date and time the resource was last modified.
      See Also:
    • Nickname

      public static final String Nickname
      A short informal name for the resource.
      See Also:
    • Thumbnails

      public static final String Thumbnails
      An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
      See Also:
    • Trapped

      public static final String Trapped
      Indicates whether the document has been modified to include trapping information
      See Also:
  • Constructor Details

    • PdfConst

      public PdfConst()