Basic PDF functionality for Elixir. Relies on erlguten. Not in anyway a stable API at the moment
See the testcases for a few examples
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.3"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/expdf.