java.lang.Object | |
↳ | com.pdftron.pdf.PDFDocInfo |
PDFDocInfo is a high-level utility class that can be used to read and modify document's metadata.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFDocInfo(Obj tr)
PDFDocInfo constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAuthor()
Get the author.
| ||||||||||
Obj |
getAuthorObj()
Get the author SDF/Cos object.
| ||||||||||
Date |
getCreationDate()
Get the creation date.
| ||||||||||
String |
getCreator()
Get the creator.
| ||||||||||
Obj |
getCreatorObj()
Get the creator SDF/Cos object.
| ||||||||||
String |
getKeywords()
Get the keywords.
| ||||||||||
Obj |
getKeywordsObj()
Get the keywords SDF/Cos object.
| ||||||||||
Date |
getModDate()
Get the mod date.
| ||||||||||
String |
getProducer()
Get the producer.
| ||||||||||
Obj |
getProducerObj()
Get the producer SDF/Cos object.
| ||||||||||
Obj |
getSDFObj()
Get the SDF/Cos object.
| ||||||||||
String |
getSubject()
Get the subject.
| ||||||||||
Obj |
getSubjectObj()
Get the subject SDF/Cos object.
| ||||||||||
String |
getTitle()
Get the document title.
| ||||||||||
Obj |
getTitleObj()
Get the title SDF/Cos object.
| ||||||||||
void |
setAuthor(String author)
Set the author of the document.
| ||||||||||
void |
setCreationDate(Date creation_date)
Set document's creation date.
| ||||||||||
void |
setCreator(String creator)
Set document's creator.
| ||||||||||
void |
setKeywords(String keywords)
Set keywords associated with the document.
| ||||||||||
void |
setModDate(Date mod_date)
Set document's modification date.
| ||||||||||
void |
setProducer(String producer)
Set document's producer.
| ||||||||||
void |
setSubject(String subject)
Set the subject of the document.
| ||||||||||
void |
setTitle(String title)
Set document's title.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
PDFDocInfo constructor. Typically this constructor is never used since it is easier to obtain DocInfo using PDFDoc.GetDocInfo()
Get the author SDF/Cos object.
PDFNetException |
---|
Get the creation date.
PDFNetException |
---|
Get the creator.
PDFNetException |
---|
Get the creator SDF/Cos object.
PDFNetException |
---|
Get the keywords SDF/Cos object.
PDFNetException |
---|
Get the mod date.
PDFNetException |
---|
Get the producer.
PDFNetException |
---|
Get the producer SDF/Cos object.
PDFNetException |
---|
Get the SDF/Cos object.
Get the subject SDF/Cos object.
PDFNetException |
---|
Get the title SDF/Cos object.
PDFNetException |
---|
Set document's creation date.
creation_date | The date and time the document was created. |
---|
PDFNetException |
---|
Set document's creator.
creator | The name of the application that created the original document. |
---|
PDFNetException |
---|
Set keywords associated with the document.
keywords | the new keywords |
---|
PDFNetException |
---|
Set document's modification date.
mod_date | The date and time the document was most recently modified. |
---|
PDFNetException |
---|
Set document's producer.
producer | The name of the application that generated PDF. |
---|
PDFNetException |
---|
Set the subject of the document.
subject | The subject of the document. |
---|
PDFNetException |
---|