Interface: RenderMetadata
Defined in: packages/vellora/src/types.ts:21
Document metadata forwarded to the core. Currently, title and creationDate are honored. creationDate is an ISO-8601 string so identical inputs serialize byte-identically.
Properties
creationDate?
optionalcreationDate?:string
Defined in: packages/vellora/src/types.ts:31
ISO-8601 instant recorded as the PDF creation date. Must be Date-parseable; an empty or non-parseable value rejects with VelloraInputError. Omitted ⇒ a fixed deterministic default.
Currently records date granularity only — (year, month, day) in UTC — because vellora-core accepts only y/m/d; the time-of-day and timezone are intentionally dropped (the recorded /CreationDate is always at 00:00:00 UTC).
title?
optionaltitle?:string
Defined in: packages/vellora/src/types.ts:22