Uses of Class
org.apache.fop.pdf.PDFInfo
-
Packages that use PDFInfo Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.pdf.xref -
-
Uses of PDFInfo in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFInfo Modifier and Type Method Description PDFInfoPDFDocument. getInfo()Get thePDFInfoobject for this document.protected PDFInfoPDFFactory. makeInfo(java.lang.String prod)make an /Info objectMethods in org.apache.fop.pdf with parameters of type PDFInfo Modifier and Type Method Description static voidPDFMetadata. updateInfoFromMetadata(org.apache.xmlgraphics.xmp.Metadata meta, PDFInfo info)Updates the values in the Info object from the XMP metadata according to the rules defined in PDF/A-1 (ISO 19005-1:2005) -
Uses of PDFInfo in org.apache.fop.pdf.xref
Methods in org.apache.fop.pdf.xref with parameters of type PDFInfo Modifier and Type Method Description TrailerDictionaryTrailerDictionary. setInfo(PDFInfo info)Sets the value of the Info entry.
-