Gutenex.PDF.Serialization
Need to serialize elixir into PDF format? You came to the right place!
defmodule Walrus do
import Gutenex.PDF.Serialization
def to_pdf(attributes) do
serialize({:dict, Dict.to_list(attributes)})
end
end
Summary
| serialize(float) |
| serialize_dictionary_pair(arg1) |
| serialize_dictionary_pairs(map) |