@Deprecated public class PdfAXmpWriter extends XmpWriter
XmpWriter| Modifier and Type | Field and Description |
|---|---|
static String |
zugferdConformanceLevel
Deprecated.
|
static String |
zugferdDocumentFileName
Deprecated.
|
static String |
zugferdDocumentType
Deprecated.
|
static String |
zugferdSchemaNS
Deprecated.
|
static String |
zugferdVersion
Deprecated.
|
outputStream, serializeOptions, UTF16, UTF16BE, UTF16LE, UTF8, xmpMeta| Constructor and Description |
|---|
PdfAXmpWriter(OutputStream os,
Map<String,String> info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(OutputStream os,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(OutputStream os,
PdfDictionary info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
addDocInfoProperty, addRdfDescription, addRdfDescription, appendAlternateArrayItem, appendArrayItem, appendOrderedArrayItem, close, getXmpMeta, serialize, setAbout, setProperty, setReadOnlypublic static final String zugferdSchemaNS
public static final String zugferdConformanceLevel
public static final String zugferdDocumentFileName
public static final String zugferdDocumentType
public static final String zugferdVersion
public PdfAXmpWriter(OutputStream os, PdfAConformanceLevel conformanceLevel, PdfWriter writer) throws IOException
os - conformanceLevel - IOExceptionpublic PdfAXmpWriter(OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) throws IOException
os - info - conformanceLevel - IOExceptionpublic PdfAXmpWriter(OutputStream os, Map<String,String> info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) throws IOException
os - info - conformanceLevel - IOExceptionCopyright © 2023. All rights reserved.