I am trying to save a one-page PDF with Processing saving the output from an applet. I am not rendering the applet because it exceeds the size of my screen (21000, 14000). But I can't seem to get it to save. I am able to save output that is smaller.
I wrote a java class that I want to use in Processing in order to help me develop my sketch.
However my java class read from file and write into file and has to include a throw IOExceptions.
When I attach it to the Processing sketch, when I run the sketch and in setup calls a function that has an IOException, it give me the error "Unhandled exception type IOException".