Represents basic PDF document metadata.
@type t() :: %PaperForge.Metadata{ author: binary() | nil, creator: binary() | nil, keywords: [binary()], producer: binary() | nil, subject: binary() | nil, title: binary() | nil }
@spec new(keyword()) :: t()
@spec to_dictionary(t()) :: map()