Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text |
Provides classes and interfaces for rendering
InvoiceType elements to various output format including
TeX, PDF and HTML. |
org.openinvoice.ubl4j.core.common.text.html |
Provides classes to render InvoiceType to HTML format.
|
org.openinvoice.ubl4j.core.common.text.pdf |
Contains classes that handle the PDF output generation.
|
org.openinvoice.ubl4j.core.common.text.tex |
Provides classes to render InvoiceType to TeX format.
|
Modifier and Type | Method and Description |
---|---|
static InvoiceRendererFactory |
InvoiceRendererManager.createInvoiceRendererFactory(OutputFormat outputFormat) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlInvoiceRendererFactory |
Modifier and Type | Class and Description |
---|---|
class |
PDFInvoiceRendererFactory
Creates an instance of the
PDFInvoiceRenderer that is used to
generate the invoice PDF output. |
Modifier and Type | Class and Description |
---|---|
class |
TexInvoiceRendererFactory |
Copyright © 2011-2013 Plain Source. All Rights Reserved.