Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.pdf.xref |
Modifier and Type | Method and Description |
---|---|
PDFInfo |
PDFDocument.getInfo()
Get the
PDFInfo object for this document. |
protected PDFInfo |
PDFFactory.makeInfo(java.lang.String prod)
make an /Info object
|
Modifier and Type | Method and 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)
|
Modifier and Type | Method and Description |
---|---|
TrailerDictionary |
TrailerDictionary.setInfo(PDFInfo info)
Sets the value of the Info entry.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.