com.itextpdf.text.xml.xmp
Class PdfAXmpWriter

java.lang.Object
  extended by com.itextpdf.text.xml.xmp.XmpWriter
      extended by 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

Field Summary
 
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
 
Constructor Summary
PdfAXmpWriter(OutputStream os, Map<String,String> info, PdfAConformanceLevel conformanceLevel)
          Creates and XMP writer that adds info about the PDF/A conformance level.
PdfAXmpWriter(OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel)
          Creates and XMP writer that adds info about the PDF/A conformance level.
 
Method Summary
 
Methods inherited from class com.itextpdf.text.xml.xmp.XmpWriter
addRdfDescription, addRdfDescription, close, setAbout, setReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.