Stability | alpha |
---|---|
Safe Haskell | None |
Text.Pandoc.Writers.ICML
Description
Conversion of Pandoc
documents to Adobe InCopy ICML, a stand-alone XML format
which is a subset of the zipped IDML format for which the documentation is
available here: http:wwwimages.adobe.comwww.adobe.comcontentdamAdobeendevnetindesignsdkcs6idml/idml-specification.pdf
InCopy is the companion word-processor to Adobe InDesign and ICML documents can be integrated
into InDesign with File -> Place.
- writeICML :: WriterOptions -> Pandoc -> String
Documentation
writeICML :: WriterOptions -> Pandoc -> StringSource
Convert Pandoc document to string in ICML format.