| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
zugferdConformanceLevel |
|
static java.lang.String |
zugferdDocumentFileName |
|
static java.lang.String |
zugferdDocumentType |
|
static java.lang.String |
zugferdSchemaNS |
|
static java.lang.String |
zugferdVersion |
outputStream, serializeOptions, UTF16, UTF16BE, UTF16LE, UTF8, xmpMeta| Constructor | Description |
|---|---|
PdfAXmpWriter(java.io.OutputStream os,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer) |
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(java.io.OutputStream os,
PdfDictionary info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer) |
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(java.io.OutputStream os,
java.util.Map<java.lang.String,java.lang.String> info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer) |
Creates and XMP writer that adds info about the PDF/A conformance level.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDocInfoProperty, addRdfDescription, addRdfDescription, appendAlternateArrayItem, appendArrayItem, appendOrderedArrayItem, close, getXmpMeta, serialize, setAbout, setProperty, setReadOnlypublic static final java.lang.String zugferdSchemaNS
public static final java.lang.String zugferdConformanceLevel
public static final java.lang.String zugferdDocumentFileName
public static final java.lang.String zugferdDocumentType
public static final java.lang.String zugferdVersion
public PdfAXmpWriter(java.io.OutputStream os,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
throws java.io.IOException
os - conformanceLevel - java.io.IOExceptionpublic PdfAXmpWriter(java.io.OutputStream os,
PdfDictionary info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
throws java.io.IOException
os - info - conformanceLevel - java.io.IOExceptionpublic PdfAXmpWriter(java.io.OutputStream os,
java.util.Map<java.lang.String,java.lang.String> info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
throws java.io.IOException
os - info - conformanceLevel - java.io.IOExceptionCopyright © 1998–2018. All rights reserved.