added 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     * swfcombine: Allow ids instead of names
30     * make more stuff dependent on the information in config.h
31     * autoconf: rfxswf and pdfswf are build always when running "make install"
32
33 Cleanups in rfxswf-lib:
34     
35     * LPTAGs etc. should be TAG*s
36     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
37     * element names should be lowercase
38     * DataPos should be named DataReadPos, DataSize DataWritePos.
39     * bitcount should be named BitWritePos, bitmask BitReadPos
40