logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

odf_set_title - Set the title of a document using the first heading of the content

Name

       odf_set_title - Set the title of a document using the first heading of the content

Synopsis

       This sample script outputs the current title of an ODF file, then it replaces it using a command line
       argument as the new title. If the command line doesn't provide a new title, then the program uses the
       first heading text in the document body. If the document doesn't contain any heading element, nothing is
       changed.

perl v5.34.0                                       2022-06-16                                  ODF_SET_TITLE(1p)

Usage

       odf_set_title <filename> <new title>

See Also