diagrams-pdf

PDF backend for diagrams drawing EDSL

http://www.alpheccar.org

Latest on Hackage:0.3.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by alpheccar
Maintained by [email protected]

This package provides a modular backend for rendering diagrams created with the diagrams EDSL to PDF files. It uses HPDF making it suitable for use on any platform.

It is a very preliminary version where only the diagrams Logo generation has been tested.

The package provides the following modules:

  • Diagrams.Backend.Pdf.CmdLine - if you're just getting started with diagrams, begin here.

  • Diagrams.Backend.Pdf - look at this next. The general API for the HPDF backend.

Additional documentation can be found in the README file distributed with the source tarball