2 1. Do some sample swfs for swfcombine
3 2. Make pdf2swf cope with more complex pdfs
4 3. General improvements
5 4. Cleanups in rfxswf-lib.
7 Make pdf2swf cope with more complex pdfs:
9 The following pdf properties are not yet dealt with:
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)
17 Do some sample swfs for swfcombine:
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
24 * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
26 * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
27 * consistent output handling if -o is missing. (out.swf/stdout)
29 Cleanups in rfxswf-lib:
31 * LPTAGs etc. should be TAG*s
32 * function names should have a prefix (rfxswf_ or swflib_ or sth.)
33 * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.
34 [ ^ I do not agree /rainer - Why not? /matthias ]
35 * element names should be lowercase
36 * DataPos should be named DataReadPos, DataSize DataWritePos.
37 * bitcount should be named BitWritePos, bitmask BitReadPos