User documentation

hdoc to odt converter - User guide

Before starting conversion, you need an hdoc file.

Way 1 : Create it in connexion with the schema athttp://scenari.utc.fr/hdoc/www/co/hdoc.html

Way 2 : Use the plateform to convert a file from the formats accepted to hdoc

Plateforme way

Now you can use the hdoc2odt converter easily :

Step 1 : Go to the http://tuxa.sme.utc/~nf29a017/nf29/index.html

Step 2 : Upload the ".hdoc" file.

Step 3 : Clic on the file in the "Select files" section and clic on "Convert"

Shell way

If you want to test the code in a terminal, this is how to process :

Step 1 : Go to the hdoc_to_odt folder

Step 2 : write this : ant -buildfile hdoc_to_odt.ant -DInputPath="path_to_input.hdoc" -DOutputPath="path_to_output.odt"

Step 3 : Execute