Some time ago, I had stopped with my experiments with a multi-threaded pure Java Graphics2D rendering pipeline, because I couldn’t find a way to efficiently fork and join fine grained worker threads.

Read the rest of this entry »

In order to improve the compatibility of my EmbedPDF applet, I am trying to implement support for JPEG images with CMYK and YCCK colors.

Read the rest of this entry »

Using Adobe’s Acrobat Reader plugin, PDF documents can be embedded into HTML pages using the <embed>-element. An excellent description about this can be found in a blog on Adobe’s web site.

Read the rest of this entry »