diff options
author | ivan <ivan> | 2008-08-12 04:02:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-12 04:02:02 +0000 |
commit | 9fbeda1dc776c602ce14d3874368d4620c079b60 (patch) | |
tree | 1c4eeceb1a881caa99dd2e2d600c0c637bb87df2 /TODO | |
parent | cba80d78f46ea7541c37efd54262ab1c0dff67e9 (diff) |
add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,6 +1,13 @@ -- DOC: images -- PDF: images -- RTF: images +- add the ability to supress starting our own OO and connect to one running + elsewhere + +- OpenOffice.pm: image converter seems to be leaving behind images in /tmp... + Archive::Zip? + +- auto-convert non-web images to jpg/gif/png? + +- wvWare/other backends besides OO and poppler: handle images? + +- OpenOffice.pm: poll via UNO to determine readiness rather than sleep (or not) -- OpenOffice.pm: poll via UNO to determine readiness rather than sleep - OpenOffice.pm: convert DocumentConverter.py to Perl using OpenOffice::UNO |