fromhtml-1.0.4: Simple adapter for transformation of HTML to other formats

Copyright(c) Marek Suchánek 2018
LicenseMIT
Maintainermarek.suchanek@fit.cvut.cz
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Text.FromHTML

Description

Simplified API for transformation of HTML to other formats with Pandoc and wkhtmltopdf in Haskell code. It requires wkhtmltopdf and pandoc to be installed locally.

Synopsis

Documentation

fromHTML :: ExportType -> String -> IO (Either Output Output) Source #

Transform given HTML as String to selected format