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, wait
addDocInfoProperty, addRdfDescription, addRdfDescription, appendAlternateArrayItem, appendArrayItem, appendOrderedArrayItem, close, getXmpMeta, serialize, setAbout, setProperty, setReadOnly
public 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.IOException
public PdfAXmpWriter(java.io.OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) throws java.io.IOException
os
- info
- conformanceLevel
- java.io.IOException
public 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.IOException
Copyright © 1998–2018. All rights reserved.