HPDF: Generation of PDF documents

[ bsd3, graphics, library, program ] [ Propose Tags ]

A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ... Have a look at the Graphics.PDF.Documentation module to see how to use it. Or, download the package and look at the test.hs file in the Test folder. That file is giving an example of each feature.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3, 1.0, 1.1, 1.2, 1.3, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.4.10, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.6.1, 1.6.2, 1.7 (info)
Change log NEWS.txt
Dependencies array (>=0.1), base (>=4.4 && <4.8), binary (>=0.4), bytestring (>=0.9 && <0.11), containers (<0.6), mtl (<2.3), random (>=1.0 && <1.2), vector (>=0.10), zlib (>=0.5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2007-2013, alpheccar.org
Author
Maintainer misc@NOSPAMalpheccar.org
Revised Revision 1 made by HerbertValerioRiedel at 2019-03-30T23:39:24Z
Category Graphics
Home page http://www.alpheccar.org
Uploaded by alpheccar at 2013-09-01T13:52:56Z
Distributions LTSHaskell:1.6.2, NixOS:1.6.2, Stackage:1.7
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 19003 total (62 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HPDF-1.4.6

[back to package description]
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