Uses of Class
com.itextpdf.kernel.pdf.PdfDocumentInfo
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfDocumentInfo.addCreationDate()
PdfDocumentInfo.addModDate()
PdfDocument.getDocumentInfo()
Gets document information dictionary.PdfDocumentInfo.removeCreationDate()
Remove creation date from the document info dictionary.PdfDocumentInfo.setCreator
(String creator) PdfDocumentInfo.setKeywords
(String keywords) PdfDocumentInfo.setProducer
(String producer) Sets a producer line for thePdfDocument
described by this instance.PdfDocumentInfo.setSubject
(String subject) PdfDocumentInfo.setTrapped
(PdfName trapped) Modifier and TypeMethodDescriptionvoid
DocumentInfoHelper.adjustDocumentInfo
(PdfDocumentInfo documentInfo) Adjusts document info before it's flushing and adding to the trailer if required, seeDocumentInfoHelper.shouldAddDocumentInfoToTrailer()
. -
Uses of PdfDocumentInfo in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionprotected String[]
CompareTool.convertDocInfoToStrings
(PdfDocumentInfo info) Converts document info into a string array. -
Uses of PdfDocumentInfo in com.itextpdf.pdfa
Modifier and TypeMethodDescriptionvoid
PdfADocumentInfoHelper.adjustDocumentInfo
(PdfDocumentInfo documentInfo) Adjusts document info before it's flushing and adding to the trailer if required, seeDocumentInfoHelper.shouldAddDocumentInfoToTrailer()
.