I\'m trying to figure out why this particular snippet of code isn\'t working for me. I\'ve got an applet which is supposed to read a .pdf and display it with a pdf-renderer
Have you tried a flush() before you close the tmpOut stream to ensure all bytes written out?
flush()
tmpOut