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 PDFInfo
PDFDocument. getInfo()
Get thePDFInfo
object for this document.protected PDFInfo
PDFFactory. 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 void
PDFMetadata. 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 TrailerDictionary
TrailerDictionary. setInfo(PDFInfo info)
Sets the value of the Info entry.
-