User Documentation

Presentation

The aim of my project was to build a script able to transform hdoc documents to epub. The main purpose is to use this project combinated to other coverter to be able to convert directly document from other format to epub.

Download

Zip archive - Contains working code and example. (see download page if you need older version)

Getting started with an example

  1. Dowload the archive.

  2. Extract the archive.

  3. Make sure you have writting right in the decompressed folder

  4. Run the following command in a terminal (in the folder you have just decompressed) :

ant -buildfile hdoc2Epub.ant -DInputPath sample02.hdoc -DOutputPath sample02.epub

Convert your own files

Just repeat the above procedure and change sample02.hdoc to the path of your input file and sample02.epub to the pass of your output desired file