Java org.apache.pdfbox.pdmodel PDDocumentInformation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel PDDocumentInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel PDDocumentInformation.

The text is from its open source code.

Constructor

PDDocumentInformation()
Default Constructor.

Method

StringgetAuthor()
This will get the author of the document.
COSDictionarygetCOSObject()
This will get the underlying dictionary that this object wraps.
CalendargetCreationDate()
This will get the creation date of the document.
StringgetCreator()
This will get the creator of the document.
StringgetCustomMetadataValue(String fieldName)
This will get the value of a custom metadata information field for the document.
StringgetKeywords()
This will get the keywords of the document.
SetgetMetadataKeys()
This will get the keys of all metadata information fields for the document.
CalendargetModificationDate()
This will get the modification date of the document.
StringgetProducer()
This will get the producer of the document.
StringgetSubject()
This will get the subject of the document.
StringgetTitle()
This will get the title of the document.
StringgetTrapped()
This will get the trapped value for the document.
voidsetAuthor(String author)
This will set the author of the document.
voidsetCreationDate(Calendar date)
This will set the creation date of the document.
voidsetCreator(String creator)
This will set the creator of the document.
voidsetCustomMetadataValue(String fieldName, String fieldValue)
Set the custom metadata value.
voidsetKeywords(String keywords)
This will set the keywords of the document.
voidsetModificationDate(Calendar date)
This will set the modification date of the document.
voidsetProducer(String producer)
This will set the producer of the document.
voidsetSubject(String subject)
This will set the subject of the document.
voidsetTitle(String title)
This will set the title of the document.