Struct and schema for the pdf_options sub-entity of a render action.
Only valid when the render action's format is :pdf. Allows configuring page
ranges, PDF compliance standards, and document identifiers.
For the full DSL reference, see AshTypst.Resource.typst.render.pdf_options.
Summary
Types
@type t() :: %AshTypst.Resource.Render.PdfOptions{ __spark_metadata__: Spark.Dsl.Entity.spark_meta(), document_id: String.t() | nil, pages: String.t() | nil, pdf_standards: [:pdf_1_7 | :pdf_a_2b | :pdf_a_3b] }