expdf

Library for generating PDF files from Elixir


License
Apache-2.0

Documentation

Expdf

Basic PDF functionality for Elixir. Relies on erlguten. Not in anyway a stable API at the moment

Usage

See the testcases for a few examples

Installation

If available in Hex, the package can be installed by adding expdf to your list of dependencies in mix.exs:

def deps do
  [
    {:expdf, "~> 0.1.2"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/expdf.