Uses of Class
com.itextpdf.kernel.pdf.PdfDocumentInfo
Packages that use PdfDocumentInfo
-
Uses of PdfDocumentInfo in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfDocumentInfoMethods in com.itextpdf.kernel.pdf that return PdfDocumentInfoModifier 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 thePdfDocumentdescribed by this instance.PdfDocumentInfo.setSubject(String subject) PdfDocumentInfo.setTrapped(PdfName trapped) -
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.