Uses of Class
com.itextpdf.kernel.pdf.PdfDocumentInfo
-
Packages that use PdfDocumentInfo Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.utils com.itextpdf.pdfa -
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfDocumentInfo Modifier and Type Field Description private PdfDocumentInfo
PdfDocument. info
Document info.Methods in com.itextpdf.kernel.pdf that return PdfDocumentInfo Modifier and Type Method Description PdfDocumentInfo
PdfDocumentInfo. addCreationDate()
PdfDocumentInfo
PdfDocumentInfo. addModDate()
PdfDocumentInfo
PdfDocument. getDocumentInfo()
Gets document information dictionary.(package private) PdfDocumentInfo
PdfDocumentInfo. put(PdfName key, PdfObject value)
PdfDocumentInfo
PdfDocumentInfo. removeCreationDate()
Remove creation date from the document info dictionary.PdfDocumentInfo
PdfDocumentInfo. setAuthor(java.lang.String author)
PdfDocumentInfo
PdfDocumentInfo. setCreator(java.lang.String creator)
PdfDocumentInfo
PdfDocumentInfo. setKeywords(java.lang.String keywords)
PdfDocumentInfo
PdfDocumentInfo. setProducer(java.lang.String producer)
Sets a producer line for thePdfDocument
described by this instance.PdfDocumentInfo
PdfDocumentInfo. setSubject(java.lang.String subject)
PdfDocumentInfo
PdfDocumentInfo. setTitle(java.lang.String title)
PdfDocumentInfo
PdfDocumentInfo. setTrapped(PdfName trapped)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfDocumentInfo Modifier and Type Method Description void
DocumentInfoHelper. adjustDocumentInfo(PdfDocumentInfo documentInfo)
Adjusts document info before it's flushing and adding to the trailer if required, seeDocumentInfoHelper.shouldAddDocumentInfoToTrailer()
.(package private) static void
XmpMetaInfoConverter. appendDocumentInfoToMetadata(PdfDocumentInfo info, XMPMeta xmpMeta)
(package private) static void
XmpMetaInfoConverter. appendMetadataToInfo(XMPMeta meta, PdfDocumentInfo info)
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfDocumentInfo Modifier and Type Method Description protected java.lang.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 PdfDocumentInfo Modifier and Type Method Description void
PdfADocumentInfoHelper. adjustDocumentInfo(PdfDocumentInfo documentInfo)
Adjusts document info before it's flushing and adding to the trailer if required, seeDocumentInfoHelper.shouldAddDocumentInfoToTrailer()
.
-