fromhtml-0.1.0.1: Simple library 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 installed locally (see wkhtmltopdf.org).

Synopsis

Documentation

fromHTML :: ExportType -> String -> Maybe ByteString Source #

Transform given HTML as String to selected format