-
public final class MetaRepresents the metadata of a PDF document.
-
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetAuthor()final StringgetSubject()final StringgetKeywords()final StringgetCreator()final StringgetProducer()final StringgetCreationDate()final StringgetModDate()-
-
Constructor Detail
-
Meta
Meta(String title, String author, String subject, String keywords, String creator, String producer, String creationDate, String modDate)
- Parameters:
title- The title of the document.author- The author of the document.subject- The subject of the document.keywords- The keywords associated with the document.creator- The application that created the document.producer- The application that produced the document.creationDate- The date and time when the document was created.modDate- The date and time when the document was last modified.
-
-
Method Detail
-
getSubject
final String getSubject()
-
getKeywords
final String getKeywords()
-
getCreator
final String getCreator()
-
getProducer
final String getProducer()
-
getCreationDate
final String getCreationDate()
-
getModDate
final String getModDate()
-
-
-
-