Eversign
Implementation for the eversign.com API in Elixir which lets you digitally sign PDF documents.
Installation
This package can be installed by adding eversign to your list of dependencies in mix.exs:
def deps do
[
{:eversign, "~> 0.1.0"}
]
endDocumentation is published on HexDocs.pm.