pandoc-1.8.0.2: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.Writers.RTF

Description

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

Synopsis

Documentation

writeRTF :: WriterOptions -> Pandoc -> StringSource

Convert Pandoc to a string in rich text format.

rtfEmbedImage :: Inline -> IO InlineSource

Convert Image inlines into a raw RTF embedded image, read from a file. If file not found or filetype not jpeg or png, leave the inline unchanged.