iText 7 7.1.8 API
iText.Kernel.XMP.PdfConst Class Reference

Class that contains several constants. More...

Static Public Attributes

const String  Contributor = "contributor"
  External Contributors to the resource (other than the authors). More...
 
const String  Coverage = "coverage"
  The extent or scope of the resource. More...
 
const String  Creator = "creator"
  The authors of the resource (listed in order of precedence, if significant). More...
 
const String  Date = "date"
  Date(s) that something interesting happened to the resource. More...
 
const String  Description = "description"
  A textual description of the content of the resource. More...
 
const String  Format = "format"
  The file format used when saving the resource. More...
 
const String  Identifier = "identifier"
  An unordered array of text strings that unambiguously identify the resource within a given context. More...
 
const String  Language = "language"
  An unordered array specifying the languages used in the resource. More...
 
const String  Publisher = "publisher"
  Publishers. More...
 
const String  Relation = "relation"
  Relationships to other documents. More...
 
const String  Rights = "rights"
  Informal rights statement, selected by language. More...
 
const String  Source = "source"
  Unique identifier of the work from which this resource was derived. More...
 
const String  Subject = "subject"
  An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource. More...
 
const String  Title = "title"
  The title of the document, or the name given to the resource. More...
 
const String  Type = "type"
  A document type; for example, novel, poem, or working paper. More...
 
const String  Keywords = "Keywords"
  Keywords. More...
 
const String  Version = "PDFVersion"
  The PDF file version (for example: 1.0, 1.3, and so on). More...
 
const String  Producer = "Producer"
  The Producer. More...
 
const String  Part = "part"
  The part More...
 
const String  Advisory = "Advisory"
  An unordered array specifying properties that were edited outside the authoring application. More...
 
const String  BaseURL = "BaseURL"
  The base URL for relative URLs in the document content. More...
 
const String  CreateDate = "CreateDate"
  The date and time the resource was originally created. More...
 
const String  CreatorTool = "CreatorTool"
  The name of the first known tool used to create the resource. More...
 
const String  MetadataDate = "MetadataDate"
  The date and time that any metadata for this resource was last changed. More...
 
const String  ModifyDate = "ModifyDate"
  The date and time the resource was last modified. More...
 
const String  Nickname = "Nickname"
  A short informal name for the resource. More...
 
const String  Thumbnails = "Thumbnails"
  An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding. More...
 
const String  Trapped = "Trapped"
  Indicates whether the document has been modified to include trapping information More...
 

Detailed Description

Class that contains several constants.

Member Data Documentation

◆ Advisory

const String iText.Kernel.XMP.PdfConst.Advisory = "Advisory"
static

An unordered array specifying properties that were edited outside the authoring application.

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).

◆ BaseURL

const String iText.Kernel.XMP.PdfConst.BaseURL = "BaseURL"
static

The base URL for relative URLs in the document content.

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.

◆ Contributor

const String iText.Kernel.XMP.PdfConst.Contributor = "contributor"
static

External Contributors to the resource (other than the authors).

◆ Coverage

const String iText.Kernel.XMP.PdfConst.Coverage = "coverage"
static

The extent or scope of the resource.

◆ CreateDate

const String iText.Kernel.XMP.PdfConst.CreateDate = "CreateDate"
static

The date and time the resource was originally created.

◆ Creator

const String iText.Kernel.XMP.PdfConst.Creator = "creator"
static

The authors of the resource (listed in order of precedence, if significant).

◆ CreatorTool

const String iText.Kernel.XMP.PdfConst.CreatorTool = "CreatorTool"
static

The name of the first known tool used to create the resource.

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.

◆ Date

const String iText.Kernel.XMP.PdfConst.Date = "date"
static

Date(s) that something interesting happened to the resource.

◆ Description

const String iText.Kernel.XMP.PdfConst.Description = "description"
static

A textual description of the content of the resource.

A textual description of the content of the resource. Multiple values may be present for different languages.

◆ Format

const String iText.Kernel.XMP.PdfConst.Format = "format"
static

The file format used when saving the resource.

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.

◆ Identifier

const String iText.Kernel.XMP.PdfConst.Identifier = "identifier"
static

An unordered array of text strings that unambiguously identify the resource within a given context.

◆ Keywords

const String iText.Kernel.XMP.PdfConst.Keywords = "Keywords"
static

Keywords.

◆ Language

const String iText.Kernel.XMP.PdfConst.Language = "language"
static

An unordered array specifying the languages used in the resource.

◆ MetadataDate

const String iText.Kernel.XMP.PdfConst.MetadataDate = "MetadataDate"
static

The date and time that any metadata for this resource was last changed.

◆ ModifyDate

const String iText.Kernel.XMP.PdfConst.ModifyDate = "ModifyDate"
static

The date and time the resource was last modified.

◆ Nickname

const String iText.Kernel.XMP.PdfConst.Nickname = "Nickname"
static

A short informal name for the resource.

◆ Part

const String iText.Kernel.XMP.PdfConst.Part = "part"
static

The part

◆ Producer

const String iText.Kernel.XMP.PdfConst.Producer = "Producer"
static

The Producer.

◆ Publisher

const String iText.Kernel.XMP.PdfConst.Publisher = "publisher"
static

Publishers.

◆ Relation

const String iText.Kernel.XMP.PdfConst.Relation = "relation"
static

Relationships to other documents.

◆ Rights

const String iText.Kernel.XMP.PdfConst.Rights = "rights"
static

Informal rights statement, selected by language.

◆ Source

const String iText.Kernel.XMP.PdfConst.Source = "source"
static

Unique identifier of the work from which this resource was derived.

◆ Subject

const String iText.Kernel.XMP.PdfConst.Subject = "subject"
static

An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.

◆ Thumbnails

const String iText.Kernel.XMP.PdfConst.Thumbnails = "Thumbnails"
static

An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

◆ Title

const String iText.Kernel.XMP.PdfConst.Title = "title"
static

The title of the document, or the name given to the resource.

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.

◆ Trapped

const String iText.Kernel.XMP.PdfConst.Trapped = "Trapped"
static

Indicates whether the document has been modified to include trapping information

◆ Type

const String iText.Kernel.XMP.PdfConst.Type = "type"
static

A document type; for example, novel, poem, or working paper.

◆ Version

const String iText.Kernel.XMP.PdfConst.Version = "PDFVersion"
static

The PDF file version (for example: 1.0, 1.3, and so on).