pandoc-1.4: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.ODT

Description

Functions for producing an ODT file from OpenDocument XML.

Synopsis

Documentation

saveOpenDocumentAsODTSource

Arguments

:: FilePath

Pathname of ODT file to be produced.

-> FilePath

Relative directory of source file.

-> Maybe FilePath

Path specified by --reference-odt

-> String

OpenDocument XML contents.

-> IO () 

Produce an ODT file from OpenDocument XML.