AshTypst.PDFOptions (ash_typst v0.2.0)

Copy Markdown View Source

Options for PDF export.

Summary

Types

t()

@type t() :: %AshTypst.PDFOptions{
  document_id: String.t() | nil,
  pages: String.t() | nil,
  pdf_standards: [:pdf_1_7 | :pdf_a_2b | :pdf_a_3b]
}