HPDF

Generation of PDF documents

http://www.alpheccar.org

Version on this page:1.4.10
LTS Haskell 22.13:1.6.2
Stackage Nightly 2024-03-14:1.7
Latest on Hackage:1.7

See all snapshots HPDF appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:HPDF-1.4.10@sha256:50d340df4ef0b77c50d81cf71b3d8f0d731b3d9fde46e5166563c53c0e84e519,2683
TO BUILD AND INSTALL THE LIBRARY
================================

ghc-pkg unregister HPDF-0.x if you already installed an older version.
ghc-pkg list to check which version is already installed.

runghc Setup.hs configure
runghc Setup.hs build
runghc Setup.hs haddock to generate again the HTML pages (optional - only if you have haddock installed)
runghc Setup.hs install (you may have to use sudo)
runghc Setup.hs clean (warning : will clean the HTML pages)

TO TEST THE LIBRARY
=====================
cd Test
make demo : to build a demo pdf
./test : to run the demo

Changes

HPDF 1.4.8 (released 2015-09-04) * Building on GHC 7.10 and GHC 7.8.4 * Parsing of JPEG data URLs by Scott Sedgwick