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
Source

Summary

serialize(float)
serialize_dictionary_pair(arg1)
serialize_dictionary_pairs(map)

Functions

serialize(float)
Source
serialize_dictionary_pair(arg1)
Source
serialize_dictionary_pairs(map)
Source