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 |
zugferdSchemaNS
public static final String zugferdSchemaNS
- See Also:
- Constant Field Values
zugferdConformanceLevel
public static final String zugferdConformanceLevel
- See Also:
- Constant Field Values
zugferdDocumentFileName
public static final String zugferdDocumentFileName
- See Also:
- Constant Field Values
zugferdDocumentType
public static final String zugferdDocumentType
- See Also:
- Constant Field Values
zugferdVersion
public static final String zugferdVersion
- See Also:
- Constant Field Values
PdfAXmpWriter
public PdfAXmpWriter(OutputStream os,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
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,
PdfWriter writer)
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,
PdfWriter writer)
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.