java.lang.Object
org.openpdf.text.pdf.PdfObject
org.openpdf.text.pdf.PdfDictionary
org.openpdf.text.pdf.PdfDocument.PdfInfo
- Enclosing class:
PdfDocument
PdfInfo is the PDF InfoDictionary.
A document's trailer may contain a reference to an Info dictionary that provides information about the document.
This optional dictionary may contain one or more keys, whose values should be strings.
This object is
described in the 'Portable Document Format Reference Manual version 1.3' section 6.10 (page 120-121)
- Since:
- 2.0.8 (PdfDocument was package-private before)
-
Field Summary
-
Method Summary
Methods inherited from class org.openpdf.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class org.openpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type