.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "ODFBUILD 1p" .TH ODFBUILD 1p "2021-01-02" "perl v5.32.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" odfbuild \- OpenDocument file creation utility .SH "SYNOPSIS" .IX Header "SYNOPSIS" odfbuild filename.odt .PP odfbuild filename.odt \-\-title \*(L"My Document\*(R" \-\-subject \*(L"Test\*(R" .PP odfbuild filename.ods \-\-class spreadsheet \-\-source \*(L"data.csv\*(R" \-\-tablesize \*(L"8x16\*(R" .PP cat data.txt | odfbuild filename.odt \- .SH "OPTIONS" .IX Header "OPTIONS" .Vb 10 \& \-\-class Document class (text, spreadsheet, drawing, presentation) \& Default: text \& \-\-opendocument (no value). If this option is on, the document will be in \& OpenDocument format. Without this option, the format will \& be selected according to the general configuration of the \& OpenOffice::OODoc installation. \& \-\-creator The author of the document. Default: the current user\*(Aqs \& login name. \& \-\-date Creation date. Default is current local time. \& If provided, must be in ISO\-8601 format \& (YYYY\-MM\-DDTHH:MM:SS) \& \-\-description The description (abstract) of the document. Default: none. \& \-\-force (no value). If this option is on, any existing file with \& the same path as the target file will be replaced. Without \& this option, the program will fail if the target exists. \& \-\-generator Software signature to be stored in the file (not visible \& for the end user). \& Default: "Genicorp OpenOffice::OODoc " \& \-\-keywords A list of comma\-separated keywords. Default: none. \& \-\-source A text file, to be used as the content of the document. \& If the document class is \*(Aqtext\*(Aq, each line is loaded as a new \& paragraph with the standard style. If the document class is \& \*(Aqspreadsheet\*(Aq, the file is processed as CSV data and loaded \& in one sheet. If the document class is neither \*(Aqtext\*(Aq nor \& \*(Aqspreadsheet\*(Aq, the file is not processed. \& If source = \*(Aq\-\*(Aq, or if a \*(Aq\-\*(Aq argument is provided, the data \& file is read through the standard input. \& \-\-subject The subject of the document. Default: none. \& \-\-tablename The name of the sheet to be created if the document class is \& \*(Aqspreadsheet\*(Aq and if a data file is provided. Default: the name \& of the data file, or "Unnamed Sheet" if the data is read from \& the standard input. \& \-\-tablesize The size of the sheet to be created if the document class is \& \*(Aqspreadsheet\*(Aq and if a data file is provided, in \*(AqHxW\*(Aq format \& where H is the number of lines and W the number of columns. \& Default: \*(Aq16x8\*(Aq \& \-\-title The title of the document. Default: "Untitled". \& \-\-readable_XML (no value). For debugging only. If this option is on, the XML \& content of the target file is indented, in order to be later \& edited. .Ve