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)
12     * (type 3 and truetype fonts)
13     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
14       (suppress them as option)
15
16 General Improvements:
17
18     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
19     * fix memory leaks
20     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
21     * consistent output handling if -o is missing. (out.swf/stdout)
22     * swfcombine: Allow substituting frames (which have a name), too?
23     * swfcombine: Allow ids instead of names
24     * swfcombine: Relocate  SetTarget "/content"  stuff
25     * make more stuff dependent on the information in config.h
26
27 Cleanups in rfxswf-lib:
28     
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