Ce convertisseur permet de convertir des fichiers du format Hdoc (.hdoc) en contenus Optim de type papier (.paper) ou diaporama (.slideshow)
Converter hdoc_to_optim
-----------------------
Il y a deux façons de réaliser votre conversion:
The purpose of this converter is to obtain an Optim document (paper or slideshow) from a html file that complies the hdoc schema.
- Lancer le script run. Dans ce cas vous devez ajouter votre fichier .hdoc dans le dossier input. Veillez à ne placer qu'un seul fichier dans ce dossier. Le format par défaut utilisé pour le fichier cible est le type papier.
License GPL3.0
--------------
- En ligne de commande:
http://www.gnu.org/licenses/gpl-3.0.txt
ant -buildfile hdoc_to_optim.ant
Vous pouvez spécifier le fichier input, avec le paramètre -DInputFile, et le format de sortie avec le paramètre -DDocType (paper ou slideshow). Les deux paramètres sont optionnels.
Credits
-------
Exemple:
Rihab HACHEM, Perrine RAVAUD (2014).
ant -buildfile hdoc_to_optim.ant -DDocType slideshow -DInputFile sample.hdoc
\ No newline at end of file
Dependance
----------
No dependance needed.
User documentation
------------------
There are two different ways to use the converter hdoc_to_optim: by running a script run.bat/run.sh or by command line using a terminal.
--- Running the script run.bat/run.sh:
Use this method if you do not want to use a terminal.
D1. Download hdoc_converter.zip and unzip it.2. Add your source file to the Input folder.
3. Place only one file in that folder.
4.
If you are using Linux, run the script run.sh.
If you are using Windows, run the script run.bat.
5.
Your file has been converted, the result is in the Output folder.