| Changed Methods |
PdfDocumentInfo
addCreationDate()
|
Documentation changed from old to new. |
Adds the creation date of the {@code PdfDocument}. |
PdfDocumentInfo
addModDate()
|
Documentation changed from old to new. |
Adds modification date of the {@code PdfDocument}. |
String
getAuthor()
|
Documentation changed from old to new. |
Gets the author of the {@code PdfDocument}. |
String
getCreator()
|
Documentation changed from old to new. |
Gets the creator of the {@code PdfDocument}. |
String
getKeywords()
|
Documentation changed from old to new. |
Gets the keywords of the {@code PdfDocument}. |
String
getMoreInfo(
String)
|
Documentation changed from old to new. |
Gets the value of additional key of {@code Info} dictionary. |
String
getProducer()
|
Documentation changed from old to new. |
Gets the producer of the {@code PdfDocument}. |
String
getSubject()
|
Documentation changed from old to new. |
Gets the subject of the {@code PdfDocument}. |
String
getTitle()
|
Documentation changed from old to new. |
Gets the title of the {@code PdfDocument}. |
PdfName
getTrapped()
|
Documentation changed from old to new. |
Gets the trapped of the {@code PdfDocument}. |
PdfDocumentInfo
setAuthor(
String)
|
Documentation changed from old to new. |
Sets the author of the {@code PdfDocument}. |
PdfDocumentInfo
setCreator(
String)
|
Documentation changed from old to new. |
Sets the creator of the {@code PdfDocument}. |
PdfDocumentInfo
setKeywords(
String)
|
Documentation changed from old to new. |
Sets the keywords of the {@code PdfDocument}. |
PdfDocumentInfo
setSubject(
String)
|
Documentation changed from old to new. |
Sets the subject of the {@code PdfDocument}. |
PdfDocumentInfo
setTitle(
String)
|
Documentation changed from old to new. |
Sets title of the {@code PdfDocument}. |
PdfDocumentInfo
setTrapped(
PdfName)
|
Documentation changed from old to new. |
Sets the trapped of the {@code PdfDocument}. |
void
setMoreInfo(
String,
String
)
|
Documentation changed from old to new. |
Sets custom key and value into {@code Info} dictionary of the {@code PdfDocument}. |
void
setMoreInfo(
Map
String>
)
|
Documentation changed from old to new. |
Sets custom keys and values into {@code Info} dictionary of the {@code PdfDocument}. |