@hackage HPDF1.4.10
Generation of PDF documents
Installation
Dependencies (11)
- array >=0.1
- base >=4.5 && <4.12
- base64-bytestring >=0.1
- binary >=0.4
- bytestring >=0.9
- containers <0.6 Show all…
Dependents (9)
@hackage/jammittools, @hackage/boomwhacker, @hackage/acme-everything, @hackage/barcodes-code128, @hackage/med-module, @hackage/internetmarke, Show all…
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