1. how to get the PageFormat from a Java.awt.print.PrinterJob stackoverflow.comI'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 ... |
2. PrinterJob doesn't remember the Printer coderanch.com |
3. How to print to a file without using PrinterJob? coderanch.comHello, 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 ... |