| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
PdfDocumentInfo |
PdfDocumentInfo.addCreationDate()
Adds the creation date of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.addModDate()
Adds modification date of the
PdfDocument. |
PdfDocumentInfo |
PdfDocument.getDocumentInfo()
Gets document information dictionary.
|
PdfDocumentInfo |
PdfDocumentInfo.removeCreationDate()
Remove creation date from the document info dictionary.
|
PdfDocumentInfo |
PdfDocumentInfo.setAuthor(String author)
Sets the author of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.setCreator(String creator)
Sets the creator of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.setKeywords(String keywords)
Sets the keywords of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.setProducer(String producer)
Sets a producer line for the
PdfDocument described by this instance. |
PdfDocumentInfo |
PdfDocumentInfo.setSubject(String subject)
Sets the subject of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.setTitle(String title)
Sets title of the
PdfDocument. |
PdfDocumentInfo |
PdfDocumentInfo.setTrapped(PdfName trapped)
Sets the trapped of the
PdfDocument. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentInfoHelper.adjustDocumentInfo(PdfDocumentInfo documentInfo)
Deprecated.
Adjusts document info before it's flushing and adding to the trailer
if required, see
DocumentInfoHelper.shouldAddDocumentInfoToTrailer(). |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
CompareTool.convertDocInfoToStrings(PdfDocumentInfo info)
Converts document info into a string array.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.