added some items, removed one 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 dashed lines (maybe by using fillstyle to keep Shapes small, maybe
12               optional- use another color for dashed lines)
13       o (type 3 and truetype fonts)
14     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
15       (suppress them as option)
16     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
17     * fix memory leaks
18
19 swfcombine:
20
21     * Allow substituting frames (which have a name), too?
22     * Allow ids instead of names
23     * Relocate  SetTarget "/content"  stuff
24
25 rfxswf-lib:
26     
27     * modules/swfshape doesn't allow changing to fillstyle 0
28     * s/GetDataSize/GetTagLen/g
29       s/GetDataSizePtr/GetTagLenPtr/g
30       s/GetFrameNo/GetTagFrameNo/g ?
31     
32