Some brief notes about the current state of PDF Clown project:

* PDF Clown project
Next update (0.0.1), currently about to be released, will consolidate
and improve existing functionalities, above all:
- byte streaming (buffers and streams)
- serialization (multiple token aggregation on parsing)
- objects (indirect object interface, containment simplification, null
type, long type)
- content streaming (color space model, factory methods)
- minor enhancements.
Such interim version will act as the base for the introduction of
scheduled features (font support, content stream filtering and parsing,
complex paragraph building...).

* Java version
Implementation and debugging have been ended successfully.
Additional time during these days is dedicated to the completion of API
documentation and user guide, samples refinement and project
metadocumentation.

* C# version
Same as Java version.