The following example shows how to convert an order to an invoice and render the output to PDF format
$ java -jar ubl4j-0.3.jar -c order.xml -o invoice.pdf -f PDF
The following example shows how to render an invoice to TeX format by using template.tex template
$ java -jar ubl4j-0.3.jar -r invoice.xml -f TEX -t template.tex -o invoice.tex@author Javad K. Heshmati @version \$Revision$ @since 0.3 @see org.openinvoice.ubl4j.ui.console.UBL4JConsoleOptions
|
|