odf2html(1) Converts OpenDocument files to HTML or XML

SYNOPSIS

odf2html --input-files=fullpath --output-zip=outputfile --converter=(openoffice|abiword) --pipeline=pipelinename

DESCRIPTION

This manual page documents briefly the odf2html command (part of the docvert package).

docvert is a program that takes word processor files (typically .doc) and converts them to OpenDocument and clean HTML.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-').

--input-files=paths
All input files, separated by commas (URL encoded, aside from the comma)
--output-zip=pathname
Output archive (URL encoded)
--pipeline=name
Name of the pipeline to use (URL encoded)
--converter=application
Can be either openoffice or abiword
--autopipeline=name
Name of autopipeline (URL encoded)

EXAMPLE

odt2html --input-files=fullpath1,fullpath2 --output-zip=/home/marco/result.zip --pipeline=s5%20slideshow --converter=openofficeorg

REPORTING BUGS

Report bugs to Matthew Cruickshank <[email protected]>.