diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 19:22:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 19:22:37 +0900 |
commit | 98bd0ec183d9636ac6a3ccaa810886a51319a89b (patch) | |
tree | 930d66d291482ce5e9628f01d7ddc6122c1ad7d7 /doc/man/koconverter.1 | |
parent | 69b99acba4cd3a32f79e5c0004d99de3a9be21a1 (diff) | |
download | koffice-98bd0ec183d9636ac6a3ccaa810886a51319a89b.tar.gz koffice-98bd0ec183d9636ac6a3ccaa810886a51319a89b.zip |
Add man pages for TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/koconverter.1')
-rw-r--r-- | doc/man/koconverter.1 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/man/koconverter.1 b/doc/man/koconverter.1 new file mode 100644 index 00000000..07529ada --- /dev/null +++ b/doc/man/koconverter.1 @@ -0,0 +1,58 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KOCONVERTER 1 "May 9, 2003" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +koconverter \- convert between office suite file formats +.SH SYNOPSIS +.B koconverter +[ \fIgeneric-options\fP ] +[ \fB\-\-mimetype\fP \fImime\fP ] +\fIinput\fP \fIoutput\fP +.SH DESCRIPTION +\fBKOConverter\fP is the KOffice file format converter. It uses the +KOffice import and export filters to convert from any file format +that is understood by KOffice to any other. +.PP +This tool is part of the Trinity Office Suite. +.SH OPTIONS +Below are the koconverter-specific options. For a full summary of options, +run \fIkoconverter \-\-help\fP. +.TP +\fB\-\-mimetype\fP \fImime\fP +Use \fImime\fP as the mime type for the output file. This option should be +used when the desired type of output file cannot be determined from its +name alone. +.SH EXAMPLES +The following line will convert an Excel spreadsheet to a native KSpread +file. +.PP +.RS +\fIexample$\fP koconverter file.xls file.ksp +.RE +.PP +The following line will convert an Excel spreadsheet to a plain text +file. Note that this conversion is done internally by first importing +to a KSpread spreadsheet and then exporting as plain text. +.PP +.RS +\fIexample$\fP koconverter file.xls file.txt +.RE +.SH AUTHOR +KOConverter was written by David Faure <faure@kde.org>. +.br +This manual page was written by Ben Burton <bab@debian.org> +for the Debian GNU/Linux system (but may be used by others). |