added item
[swftools.git] / TODO
1 Priorities:
2 1. Make pdf2swf cope with more complex pdfs
3 2. General improvements, Autoconf
4 3. Cleanups in rfxswf-lib.
5
6 Make pdf2swf cope with more complex pdfs:
7
8     The following pdf properties are not yet dealt with:
9     * Links
10     * lossless image file formats
11     * dashed lines (maybe by using fillstyle to keep Shapes small, maybe
12             optional- use another color for dashed lines)
13     * (type 3 and truetype fonts)
14     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
15       (suppress them as option)
16
17 General Improvements:
18
19     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
20     * fix memory leaks
21     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
22     * consistent output handling if -o is missing. (out.swf/stdout)
23     * swfcombine: Allow substituting frames (which have a name), too?
24     * swfcombine: Allow ids instead of names
25     * swfcombine: Relocate  SetTarget "/content"  stuff
26     * make more stuff dependent on the information in config.h
27
28 Cleanups in rfxswf-lib:
29     
30     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
31     * element names should be lowercase
32     * DataPos should be named DataReadPos, DataSize DataWritePos.
33     * bitcount should be named BitWritePos, bitmask BitReadPos
34