Package com.itextpdf.kernel.xmp
Class PdfConst
java.lang.Object
com.itextpdf.kernel.xmp.PdfConst
Class that contains several constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 partstatic 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 informationstatic 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
-
Method Summary
-
Field Details
-
Contributor
External Contributors to the resource (other than the authors).- See Also:
-
Coverage
The extent or scope of the resource.- See Also:
-
Creator
The authors of the resource (listed in order of precedence, if significant).- See Also:
-
Date
Date(s) that something interesting happened to the resource.- See Also:
-
Description
A textual description of the content of the resource. Multiple values may be present for different languages.- See Also:
-
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
An unordered array of text strings that unambiguously identify the resource within a given context.- See Also:
-
Language
An unordered array specifying the languages used in the resource.- See Also:
-
Publisher
Publishers.- See Also:
-
Relation
Relationships to other documents.- See Also:
-
Rights
Informal rights statement, selected by language.- See Also:
-
Source
Unique identifier of the work from which this resource was derived.- See Also:
-
Subject
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.- See Also:
-
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
A document type; for example, novel, poem, or working paper.- See Also:
-
Keywords
Keywords.- See Also:
-
Version
The PDF file version (for example: 1.0, 1.3, and so on).- See Also:
-
Producer
The Producer.- See Also:
-
Part
The part- See Also:
-
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
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
The date and time the resource was originally created.- See Also:
-
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
The date and time that any metadata for this resource was last changed.- See Also:
-
ModifyDate
The date and time the resource was last modified.- See Also:
-
Nickname
A short informal name for the resource.- See Also:
-
Thumbnails
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.- See Also:
-
Trapped
Indicates whether the document has been modified to include trapping information- See Also:
-
-
Constructor Details
-
PdfConst
public PdfConst()
-