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