Uses of Class
com.itextpdf.kernel.pdf.PdfDocumentInfo
-
Packages that use PdfDocumentInfo Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.utils -
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfDocumentInfo Modifier and Type Field Description protected 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 (package private) static void
XmpMetaInfoConverter. appendDocumentInfoToMetadata(PdfDocumentInfo info, XMPMeta xmpMeta)
(package private) static void
XmpMetaInfoConverter. appendMetadataToInfo(byte[] xmpMetadata, 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.
-