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