Class PdfDocumentInfo

java.lang.Object
com.itextpdf.kernel.pdf.PdfDocumentInfo

public class PdfDocumentInfo extends Object
  • Field Details

    • PDF20_DEPRECATED_KEYS

      static final PdfName[] PDF20_DEPRECATED_KEYS
    • infoDictionary

      private PdfDictionary infoDictionary
  • Constructor Details

    • PdfDocumentInfo

      PdfDocumentInfo(PdfDictionary pdfObject, PdfDocument pdfDocument)
      Create a PdfDocumentInfo based on the passed PdfDictionary.
      Parameters:
      pdfObject - PdfDictionary containing PdfDocumentInfo
    • PdfDocumentInfo

      PdfDocumentInfo(PdfDocument pdfDocument)
      Create a default, empty PdfDocumentInfo and link it to the passed PdfDocument
      Parameters:
      pdfDocument - document the info will belong to
  • Method Details