pandoc-1.5.1.1: 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 :: Maybe FilePath -> FilePath -> FilePath -> Maybe FilePath -> String -> IO ()
Documentation
saveOpenDocumentAsODTSource
:: Maybe FilePathPath of user data directory
-> 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.6.1