public class PdfDocumentInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
PdfDocumentInfo |
addCreationDate() |
PdfDocumentInfo |
addModDate() |
String |
getAuthor() |
String |
getCreator() |
String |
getKeywords() |
String |
getMoreInfo(String key) |
String |
getProducer() |
String |
getSubject() |
String |
getTitle() |
PdfName |
getTrapped() |
PdfDocumentInfo |
removeCreationDate()
Remove creation date from the document info dictionary.
|
PdfDocumentInfo |
setAuthor(String author) |
PdfDocumentInfo |
setCreator(String creator) |
PdfDocumentInfo |
setKeywords(String keywords) |
void |
setMoreInfo(Map<String,String> moreInfo) |
void |
setMoreInfo(String key,
String value) |
PdfDocumentInfo |
setProducer(String producer)
Sets a producer line for the
PdfDocument described by this instance. |
PdfDocumentInfo |
setSubject(String subject) |
PdfDocumentInfo |
setTitle(String title) |
PdfDocumentInfo |
setTrapped(PdfName trapped) |
public PdfDocumentInfo setTitle(String title)
public PdfDocumentInfo setAuthor(String author)
public PdfDocumentInfo setSubject(String subject)
public PdfDocumentInfo setKeywords(String keywords)
public PdfDocumentInfo setCreator(String creator)
public PdfDocumentInfo setProducer(String producer)
PdfDocument described by this instance.producer - is a new producer line to setpublic PdfDocumentInfo setTrapped(PdfName trapped)
public String getTitle()
public String getAuthor()
public String getSubject()
public String getKeywords()
public String getCreator()
public String getProducer()
public PdfName getTrapped()
public PdfDocumentInfo addCreationDate()
public PdfDocumentInfo removeCreationDate()
public PdfDocumentInfo addModDate()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.