org.openinvoice.ubl4j
Class Main

java.lang.Object
  extended by org.openinvoice.ubl4j.Main

public class Main
extends Object

This class provides a command-line interface for using UBL4J. The following options are available:

To convert order.xml to invoice.pdf, execute the following command:

      $ ubl4j order.xml -o /tmp/invoice.pdf -f PDF
  
*

To convert order.xml to invoice.html, execute the following command:

      $ ubl4j order.xml -o /tmp/invoice.html -f HTML
  

To validate order.xml for conformance, execute the following command:

      $ ubl4j order.xml -v ORDER
  

Since:
\$Date: 2011/09/24 12:11:55 $
Version:
\$Revision: 233d34c417a0 $
Author:
\$Author: "Javad $

Nested Class Summary
static class Main.Options
           
static class Main.UBLType
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] arguments)


Copyright © 2011-2012 Plain Source. All Rights Reserved.