From d097de816c7e93d7eabda86fc40290d96ed69a14 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Fri, 30 Jul 2010 12:33:12 +0000 Subject: [PATCH] Updated manual and TODO --- TODO | 5 +++-- docs/unoconv.1.txt | 10 +++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 201d862..a9d9719 100644 --- a/TODO +++ b/TODO @@ -14,14 +14,15 @@ contact me as well. :) Send an email to: Dag Wieers - Maybe change the commandline interface to reflect ImageMagick's convert - Add the list of input formats as well, and print that list too - Preserve the original timestamp, ownership and permissions -- Translate UnoExceptions into a clear explanation (like Exception 2074 or 3088 ?) ### Features - Change/force the document size during conversion - Change/force the document encoding during conversion (UTF-8) - Change/force style template (eg. when input format is ODT) - Allow to only convert a selection of pages/sheets +- Add possibility to set options of filters (eg. image quality, ...) - Add an --stdin option to read content from stdin ### Known bugs -- On some systems loading OpenOffice is slow and this could lead to random errors +- On some systems loading (older) OpenOffice is slow and this could lead to random errors + (this is heavily influenced by version of OpenOffice and python UNO bindings) diff --git a/docs/unoconv.1.txt b/docs/unoconv.1.txt index 812a222..cc670e8 100644 --- a/docs/unoconv.1.txt +++ b/docs/unoconv.1.txt @@ -124,7 +124,7 @@ Please see the TODO file for known bugs and future plans. == SEE ALSO - convert(1), file(1), odt2txt + convert(1), file(1), odt2txt == REFERENCES @@ -136,6 +136,14 @@ Asciidoc:: docbook2odf:: http://open.comsultia.com/docbook2odf/ +A list of possible import and export formats is available from: + +OpenOffice 2.1:: + http://wiki.services.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_2_1 + +OpenOffice 3.0:: + http://wiki.services.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0 + == AUTHOR Written by Dag Wieers,