public class PdfDocumentProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Returns the author of the document or null if no author exists.
|
Date |
getCreationDate()
Returns the creation date of the document or null if no creation date exists.
|
String |
getCreator()
Returns the creator of the document or null if no creator exists.
|
String |
getKeywords()
Returns the keywords of the document or null if no keywords exists.
|
Date |
getModificationDate()
Returns the modification date of the document or null if no modification date exists.
|
String |
getProducer()
Returns the producer of the document or null if no producer exists.
|
String |
getSubject()
Returns the subject of the document or null if no subject exists.
|
String |
getTitle()
Returns the title of the document or null if no title exists.
|
public String getTitle()
public String getAuthor()
public String getSubject()
public String getKeywords()
public String getCreator()
public String getProducer()
public Date getCreationDate()
public Date getModificationDate()