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

odf2xml - Create OpenDocument XML file from OD? package

Author

SørenRoug
           Original author

odfpy                                              02/11/2025                                         ODF2XML(1)

Bugs

       Doesn't handle external data -- images and such.

Description

       OpenDocument can be a complete office document in a single XML file. The script will take an OpenDocument
       and create an XML file This is mainly useful XML processors such as XSL transformation.

       "Inputfile" is assumed to be an OpenDocument file. If there is no inputfile, the program will read from
       standard input.

Example

           odf2xml -o file.xml  testdocument.odt

Name

       odf2xml - Create OpenDocument XML file from OD? package

Options

       -e
           Normally, images that are stored in the archive in the Pictures folder are ignored. Using the -e flag
           will embed the images in the XML as base64.

       -o outputfile
           If output file is not specified output will be to standard out.

See Also

xml2odf(1)

Synopsis

odf2xml [-e] [-o outputfile] [inputfile]

See Also