PrinterJob « Graphics « Java Swing Q&A





1. how to get the PageFormat from a Java.awt.print.PrinterJob    stackoverflow.com

I'm trying to use the PageFormat information to modify my javax.swing based printout prior to printing it. I am stumped as to how I can get the PageFormat from the ...

3. How to print to a file without using PrinterJob?    coderanch.com

Hello, I have problems printing a plot to file that I drew in an Applet (in a Frame). This happens when my computer is not conneted to any printer and there is no printers in my printer list, then the print dialog doesn't even want to open, thus I can't print the plot to file either. Does anyone know how I ...