Skip to content

Commit

Permalink
Updated manual and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Jul 30, 2010
1 parent dadd9fc commit d097de8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions TODO
Expand Up @@ -14,14 +14,15 @@ contact me as well. :) Send an email to: Dag Wieers <dag@wieers.com>
- 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)
10 changes: 9 additions & 1 deletion docs/unoconv.1.txt
Expand Up @@ -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
Expand All @@ -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, <mailto:dag@wieers.com[]>
Expand Down

0 comments on commit d097de8

Please sign in to comment.