| Package | Description |
|---|---|
| com.itextpdf.zugferd |
| Modifier and Type | Field and Description |
|---|---|
protected ZugferdConformanceLevel |
ZugferdProperties.zugferdConformanceLevel |
| Modifier and Type | Method and Description |
|---|---|
static ZugferdConformanceLevel |
ZugferdConformanceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZugferdConformanceLevel[] |
ZugferdConformanceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ZugferdProperties |
ZugferdProperties.setZugferdConformanceLevel(ZugferdConformanceLevel zugferdConformanceLevel)
Sets ZUGFeRD conformance level, one of the following: BASIC, COMFORT or EXTENDED.
|
| Constructor and Description |
|---|
ZugferdDocument(com.itextpdf.kernel.pdf.PdfWriter writer,
ZugferdConformanceLevel zugferdConformanceLevel,
com.itextpdf.kernel.pdf.PdfAConformanceLevel pdfaConformanceLevel,
com.itextpdf.kernel.pdf.PdfOutputIntent outputIntent)
Creates a ZUGFeRD document with the passed ZUGFeRD conformance level, PDF/A conformance level and output intent using the passed writer.
|
ZugferdDocument(com.itextpdf.kernel.pdf.PdfWriter writer,
ZugferdConformanceLevel zugferdConformanceLevel,
com.itextpdf.kernel.pdf.PdfOutputIntent outputIntent)
Creates a ZUGFeRD document with the passed ZUGFeRD conformance level and output intent using the passed writer.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.