View Source Mudbrick.Document (mudbrick v0.8.1)

Summary

Types

@type option() ::
  {:compress, boolean()}
  | {:fonts, map()}
  | {:images, map()}
  | {:producer, String.t()}
  | {:creator_tool, String.t()}
  | {:create_date, DateTime.t()}
  | {:modify_date, DateTime.t()}
  | {:title, String.t()}
  | {:creators, [String.t()]}
@type options() :: [option()]
@type t() :: %Mudbrick.Document{compress: boolean(), objects: list()}