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
static String zugferdConformanceLevel
           
static String zugferdDocumentFileName
           
static String zugferdDocumentType
           
static String zugferdSchemaNS
           
static String zugferdVersion
           
 
Fields inherited from class com.itextpdf.text.xml.xmp.XmpWriter
outputStream, serializeOptions, UTF16, UTF16BE, UTF16LE, UTF8, xmpMeta
 
Constructor Summary
PdfAXmpWriter(OutputStream os, Map<String,String> info, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
          Creates and XMP writer that adds info about the PDF/A conformance level.
PdfAXmpWriter(OutputStream os, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
          Creates and XMP writer that adds info about the PDF/A conformance level.
PdfAXmpWriter(OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
          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
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
 

Field Detail

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
Constructor Detail

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.