I'm building web-browser applet to view pdf files (among other types). I'm fetching remote pdf file to a temporary file on user's computer, then I'm getting first page, render it to a BufferedImage, applying annotations (my own, not pdf-based), and then displaying image in ImageIcon. Everything works flawlessly on my computer (Linux), but when viewed on a Windows machine, there are exceptions at...
2009-06-01 08:53:24 UTC in jPod intarsys PDF renderer