Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 835 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 835 Bytes

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