Skip to content

Releases: abcBHM/MD2odt-cli

Fixes and adjustments

12 May 08:24
Compare
Choose a tag to compare

Here is how to use this application:

java -jar MD2odt.jar path_to_source path_to_output [-t path_to_template] 
[-c user_JVM_supported_charset]

java -jar MD2odt.jar help    

Order of non-optional arguments has to be respected.

Use example:

java -jar MD2odt-cli.jar C:\Users\Vita\Desktop\resources C:\Users\Vita\Desktop\out.odt 
-t C:\Users\Vita\Desktop\resources\template.odt -c iso-8859-2

First version of MD2odt CLI application

03 May 19:39
Compare
Choose a tag to compare

This is CLI application for MD2odt library. Here is how to use this application:

Order of arguments has to be respected.

Path to source file, zip or directory. (required)
Output path with name of converted document. (required)
Optional switches:
-t followed by path to template
-c followed by charset which can be one of these:
utf-8
utf-16
utf-16be
utf-16le
iso-8859-1
iso-8859-2
windows-1250
us-ascii