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
13 * (type 3 and truetype fonts)
15 Do some sample swfs for swfcombine:
17 * Some swf for displaying other swfs frame by frame (e.g. with next/previous
18 buttons) would be very handy for swfs generated by pdf2swf
22 * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
24 * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
25 * --version should work in all tools.
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 * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.
32 * element names should be lowercase
33 * DataPos should be named DataReadPos, DataSize DataWritePos.