TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
pdfto your list of dependencies inmix.exs:
```elixir
def deps do
[{:pdf, "~> 0.0.1"}]
end
```-
Ensure
pdfis started before your application:
```elixir
def application do
[applications: [:pdf]]
end
```