public class ZugferdProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.itextpdf.kernel.counter.event.IMetaInfo |
metaInfo |
protected com.itextpdf.kernel.pdf.PdfAConformanceLevel |
pdfaConformanceLevel |
protected com.itextpdf.kernel.pdf.PdfOutputIntent |
pdfOutputIntent |
protected ZugferdConformanceLevel |
zugferdConformanceLevel |
| Constructor and Description |
|---|
ZugferdProperties() |
ZugferdProperties(ZugferdProperties other) |
| Modifier and Type | Method and Description |
|---|---|
ZugferdProperties |
setEventCountingMetaInfo(com.itextpdf.kernel.counter.event.IMetaInfo metaInfo)
Sets document meta info.
|
ZugferdProperties |
setPdfAConformanceLevel(com.itextpdf.kernel.pdf.PdfAConformanceLevel pdfaConformanceLevel)
Sets PDF/A conformance level.
|
ZugferdProperties |
setPdfOutputIntent(com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent)
Sets PDF/A output intent for the document.
|
ZugferdProperties |
setZugferdConformanceLevel(ZugferdConformanceLevel zugferdConformanceLevel)
Sets ZUGFeRD conformance level, one of the following: BASIC, COMFORT or EXTENDED.
|
protected ZugferdConformanceLevel zugferdConformanceLevel
protected com.itextpdf.kernel.pdf.PdfAConformanceLevel pdfaConformanceLevel
protected com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent
protected com.itextpdf.kernel.counter.event.IMetaInfo metaInfo
public ZugferdProperties()
public ZugferdProperties(ZugferdProperties other)
public ZugferdProperties setEventCountingMetaInfo(com.itextpdf.kernel.counter.event.IMetaInfo metaInfo)
EventCounter
with PdfInvoiceEvent and can be used to determine event origin.metaInfo - meta info to setZugferdProperties instancepublic ZugferdProperties setZugferdConformanceLevel(ZugferdConformanceLevel zugferdConformanceLevel)
zugferdConformanceLevel - conformance level to setZugferdProperties instancepublic ZugferdProperties setPdfAConformanceLevel(com.itextpdf.kernel.pdf.PdfAConformanceLevel pdfaConformanceLevel)
pdfaConformanceLevel - conformance level to setZugferdProperties instancepublic ZugferdProperties setPdfOutputIntent(com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent)
pdfOutputIntent - output intent to setZugferdProperties instanceCopyright © 1998–2018 iText Group NV. All rights reserved.