Uses of Class
com.itextpdf.kernel.pdf.PdfDocumentInfo
Packages that use PdfDocumentInfo
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfDocumentInfoModifier and TypeMethodDescriptionPdfDocumentInfo.addCreationDate()
Adds the creation date of thePdfDocument
.PdfDocumentInfo.addModDate()
Adds modification date of thePdfDocument
.PdfDocument.getDocumentInfo()
Gets document information dictionary.PdfDocumentInfo.removeCreationDate()
Remove creation date from the document info dictionary.Sets the author of thePdfDocument
.PdfDocumentInfo.setCreator
(String creator) Sets the creator of thePdfDocument
.PdfDocumentInfo.setKeywords
(String keywords) Sets the keywords of thePdfDocument
.PdfDocumentInfo.setProducer
(String producer) Sets a producer line for thePdfDocument
described by this instance.PdfDocumentInfo.setSubject
(String subject) Sets the subject of thePdfDocument
.Sets title of thePdfDocument
.PdfDocumentInfo.setTrapped
(PdfName trapped) Sets the trapped of thePdfDocument
.Methods in com.itextpdf.kernel.pdf with parameters of type PdfDocumentInfoModifier 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
Methods in com.itextpdf.kernel.utils with parameters of type PdfDocumentInfoModifier and TypeMethodDescriptionprotected String[]
CompareTool.convertDocInfoToStrings
(PdfDocumentInfo info) Converts document info into a string array. -
Uses of PdfDocumentInfo in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa with parameters of type PdfDocumentInfoModifier and TypeMethodDescriptionvoid
PdfADocumentInfoHelper.adjustDocumentInfo
(PdfDocumentInfo documentInfo) Adjusts document info before it's flushing and adding to the trailer if required, seeDocumentInfoHelper.shouldAddDocumentInfoToTrailer()
.