Popularity
8.4
Stable
Activity
0.0
Stable
26
5
23

Monthly Downloads: 76
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics    

HPDF alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view HPDF alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HPDF or a related project?

Add another 'Graphics' Package

README

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