pandoc-1.14.0.2: Conversion between markup formats

CopyrightCopyright (C) 2006-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Writers.RTF

Description

Conversion of Pandoc documents to RTF (rich text format).

Synopsis

Documentation

writeRTF :: WriterOptions -> Pandoc -> String Source

Convert Pandoc to a string in rich text format.

writeRTFWithEmbeddedImages :: WriterOptions -> Pandoc -> IO String Source

Convert Pandoc to a string in rich text format, with images embedded as encoded binary data.