2 1. Make pdf2swf cope with more complex pdfs
3 2. General improvements, Autoconf
4 3. Cleanups in rfxswf-lib.
6 Make pdf2swf cope with more complex pdfs:
8 The following pdf properties are not yet dealt with:
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)
18 * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
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: Should be able to handle preloaders
25 * make more stuff dependent on the information in config.h
27 Cleanups in rfxswf-lib:
29 * LPTAGs etc. should be TAG*s
30 * function names should have a prefix (rfxswf_ or swflib_ or sth.)
31 * element names should be lowercase
32 * DataPos should be named DataReadPos, DataSize DataWritePos.
33 * bitcount should be named BitWritePos, bitmask BitReadPos