PaperForge.Metadata (paper_forge v0.1.0)

Copy Markdown View Source

Represents basic PDF document metadata.

Summary

Types

t()

@type t() :: %PaperForge.Metadata{
  author: binary() | nil,
  creator: binary() | nil,
  keywords: [binary()],
  producer: binary() | nil,
  subject: binary() | nil,
  title: binary() | nil
}

Functions

new(options \\ [])

@spec new(keyword()) :: t()

to_dictionary(metadata)

@spec to_dictionary(t()) :: map()