'\" t .\" Title: odf2xml .\" Author: S\(/oren Roug .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 10/12/2014 .\" Manual: User commands .\" Source: odfpy .\" Language: English .\" .TH "ODF2XML" "1" "10/12/2014" "odfpy" "User commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" odf2xml \- Create OpenDocument XML file from OD? package .SH "SYNOPSIS" .HP \w'\fBodf2xml\fR\ 'u \fBodf2xml\fR [\-e] [\-o\ \fIoutputfile\fR] [\fIinputfile\fR] .SH "DESCRIPTION" .PP 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\&. .PP .PP "Inputfile" is assumed to be an OpenDocument file\&. If there is no inputfile, the program will read from standard input\&. .SH "OPTIONS" .PP \-e .RS 4 Normally, images that are stored in the archive in the Pictures folder are ignored\&. Using the \-e flag will \fIembed\fR the images in the XML as base64\&. .RE .PP \-o \fIoutputfile\fR .RS 4 If output file is not specified output will be to standard out\&. .RE .SH "EXAMPLE" .sp .if n \{\ .RS 4 .\} .nf odf2xml \-o file\&.xml testdocument\&.odt .fi .if n \{\ .RE .\} .SH "SEE ALSO" .PP \fBxml2odf\fR(1) .SH "BUGS" .PP Doesn\*(Aqt handle external data \-\- images and such\&. .SH "AUTHOR" .PP \fBS\(/oren Roug\fR .RS 4 Original author .RE