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

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 && <5), base64-bytestring (>=0.1), binary (>=0.4), bytestring (>=0.9), containers, errors, filepath (>=1.4.0), HPDF, hyphenation, mtl, network-uri (>=2.6.0.3), parsec (>=3.1.9), random (>=1.0), text (>=1.2.0), vector (>=0.10), zlib (>=0.5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2007-2016, alpheccar.org
Author
Maintainer sylvain@haskus.fr
Category Graphics
Home page http://www.alpheccar.org
Source repo head: git clone https://github.com/hsyl20/HPDF.git
Uploaded by SylvainHenry at 2020-06-11T15:07:56Z
Distributions LTSHaskell:1.6.2, NixOS:1.6.2, Stackage:1.7
Reverse Dependencies 5 direct, 0 indirect [details]
Executables HPDF-Demo
Downloads 19077 total (97 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-11 [all 1 reports]

Readme for HPDF-1.5.0

[back to package description]

Build Status Hackage

HPDF

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.

Documentation

The library documentation can be accessed on Hackage

TO TEST THE LIBRARY

cd Test make demo : to build a demo pdf ./test : to run the demo