pandoc-1.5.1: 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

:: Maybe FilePath

Path of user data directory

-> 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.