implemented font cache
[swftools.git] / TODO
1 Priorities:
2 1. Make the swfs that pdf2swf generates smaller
3 2. General improvements
4 3. Make pdf2swf cope with more complex pdfs
5 4. Do some sample swfs for swfcombine 
6 5. Cleanups in rfxswf-lib.
7
8 Make the swfs pdf2swf generates smaller:
9
10     * At the moment, the output of pdf2swf is a bunch of
11       polygons. Try using seperate shapes for each character,
12       and packing all shapes of a page in a font. 
13
14 Make pdf2swf cope with more complex pdfs:
15
16     The following pdf properties are not yet dealt with:
17     * Links
18     * lossless image file formats
19     * dashed lines
20     * (type 3 and truetype fonts)
21     Bugs:
22     * big jpegs sometimes have wrong colors
23
24 Do some sample swfs for swfcombine:
25
26     * Some swf for displaying other swfs frame by frame (e.g. with next/previous
27       buttons) would be very handy for swfs generated by pdf2swf
28
29 General Improvements:
30
31     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
32     * fix memory leaks
33     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
34     * write manpages for swfstrings and swfdump
35     * --version should work in all tools.
36
37 Cleanups in rfxswf-lib:
38     
39     * LPTAGs etc. should be TAG*s
40     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
41     * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.