Package: cairo
Function cairo:pdf-surface-set-metadata
Lambda Listcairo:pdf-surface-set-metadata (surface metadata utf8) ArgumentsDetails
Set document metadata. The :create-date and :mod-date values must be in ISO-8601 format: YYYY-MM-DDThh:mm:ss. An optional timezone of the form
"[+/-]hh:mm}" or "Z" for UTC time can be appended. All other metadata
values can be any UTF-8 string. Examples(cairo:pdf-surface-set-metadata surface :title "My Document") (cairo:pdf-surface-set-metadata surface :create-datea "2015-12-31T23:59+02:00") | See also |
2025-1-13