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
Fields inherited from class com.itextpdf.text.xml.xmp.XmpWriter |
about, end, extraSpace, EXTRASPACE, UTF16, UTF16BE, UTF16LE, UTF8, writer, XPACKET_PI_BEGIN, XPACKET_PI_END_R, XPACKET_PI_END_W |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2013. All Rights Reserved.