pandoc-1.4: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.ODT
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Functions for producing an ODT file from OpenDocument XML.
Synopsis
saveOpenDocumentAsODT :: FilePath -> FilePath -> Maybe FilePath -> String -> IO ()
Documentation
saveOpenDocumentAsODTSource
:: FilePathPathname of ODT file to be produced.
-> FilePathRelative directory of source file.
-> Maybe FilePathPath specified by --reference-odt
-> StringOpenDocument XML contents.
-> IO ()
Produce an ODT file from OpenDocument XML.
Produced by Haddock version 2.4.2