Package: cairo
Function cairo:pdf-surface-set-custom-metadata
Lambda Listcairo:pdf-surface-set-custom-metadata (surface name value) ArgumentsDetails        
    Set custom document metadata.    The name argument may be any string except for the following names
  reserved by PDF: "Title", "Author", "Subject", "Keywords",
  "Creator", "Producer", "CreationDate", "ModDate", "Trapped". If the value argument is nil or an empty string, the name metadata will not be set. Examples(cairo:pdf-surface-set-custom-metadata surface "ISBN" "978-0123456789")Since 1.18  | See also | 
#2025-09-02