com.itextpdf.text.xml.xmp
Class PdfAXmpWriter
java.lang.Object
com.itextpdf.text.xml.xmp.XmpWriter
com.itextpdf.text.xml.xmp.PdfAXmpWriter
public class PdfAXmpWriter
- extends XmpWriter
Subclass of XmpWriter that adds info about the PDF/A level.
- See Also:
XmpWriter
| Methods inherited from class com.itextpdf.text.xml.xmp.XmpWriter |
addDocInfoProperty, addRdfDescription, addRdfDescription, appendAlternateArrayItem, appendArrayItem, appendOrderedArrayItem, close, getXmpMeta, serialize, setAbout, setProperty, setReadOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfAXmpWriter
public PdfAXmpWriter(OutputStream os,
PdfAConformanceLevel conformanceLevel)
throws IOException
- Creates and XMP writer that adds info about the PDF/A conformance level.
- Parameters:
os - conformanceLevel -
- Throws:
IOException
PdfAXmpWriter
public PdfAXmpWriter(OutputStream os,
PdfDictionary info,
PdfAConformanceLevel conformanceLevel)
throws IOException
- Creates and XMP writer that adds info about the PDF/A conformance level.
- Parameters:
os - info - conformanceLevel -
- Throws:
IOException
PdfAXmpWriter
public PdfAXmpWriter(OutputStream os,
Map<String,String> info,
PdfAConformanceLevel conformanceLevel)
throws IOException
- Creates and XMP writer that adds info about the PDF/A conformance level.
- Parameters:
os - info - conformanceLevel -
- Throws:
IOException
Copyright © 2014. All Rights Reserved.